Commit 9cef4d2fa859847586d83a0a8332f71cefa1866f

Authored by Antonio Terceiro
1 parent 85f62237

ActionItem1168: icon in the "change image" button

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/_show_thumbnail.rhtml
... ... @@ -2,7 +2,7 @@
2 2  
3 3 <br/>
4 4  
5   - <%= link_to_function(_('Change image'), nil, :id => 'change-image-link', :class => 'button icon-open with-text') do |page|
  5 + <%= link_to_function(_('Change image'), nil, :id => 'change-image-link', :class => 'button icon-photos with-text') do |page|
6 6 page['change-image'].replace_html :partial => 'shared/change_image', :locals => { :i => i, :image => image }
7 7 page['change-image-link'].hide
8 8 page['cancel-change-image-link'].show
... ...