<% if item.resource_picture %> <%= link_to t('original_pictures.index.stop'), item.resource_picture, confirm: 'Are you sure?', method: :delete %> <% else %> <% end %> <%= link_to tag(:img, :src => asset_path('edit.png'), :width => 32, :height => 32), edit_original_picture_path(item) %> <%= link_to tag(:img, :src => asset_path('remove.png'), :width => 32, :height => 32), item, confirm: 'Are you sure?', :method => :delete %>