Skip to content

Commit

Permalink
better link label
Browse files Browse the repository at this point in the history
  • Loading branch information
molily committed Dec 7, 2009
1 parent badce6b commit 099ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vrame/shared/_asset_list_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</p>

<p class="delete"><%= link_to 'Löschen', vrame_asset_path(asset), :class => 'smaller delete button invert', 'data-authenticity-token' => form_authenticity_token %></p>
<p class="edit"><%= link_to 'Editieren', edit_vrame_asset_path(asset), :class => 'smaller edit button invert' %></p>
<p class="edit"><%= link_to 'Editieren', edit_vrame_asset_path(asset), :class => 'smaller edit button invert', :title => 'Vollbild-Editiermodus' %></p>

</div>

Expand Down

0 comments on commit 099ca9c

Please sign in to comment.