Skip to content

Commit

Permalink
Fixed path for edit.png
Browse files Browse the repository at this point in the history
  • Loading branch information
VSBDev committed Jun 17, 2011
1 parent 16a34f5 commit ed52e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/profiles/_tags.html.erb
Expand Up @@ -5,7 +5,7 @@
</div>
<% if is_owner? %>
<div class="header_icon_right">
<%= link_to (image_tag('/images/btn/edit.png')), :controller => :profiles ,
<%= link_to (image_tag('btn/edit.png')), :controller => :profiles ,
:action => :edit, :section => "tags"%>
</div>
<% end %>
Expand Down

0 comments on commit ed52e26

Please sign in to comment.