##// END OF EJS Templates
Merged r9911 from trunk to 1.4-stable (#11328)...
Merged r9911 from trunk to 1.4-stable (#11328) Fix Japanese mistranslation for 'label_language_based'. Contributed by Go MAEDA. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9918 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6564:ef0d2c82db74
r9735:1b0e717902c0
Show More
_action_menu.html.erb
5 lines | 278 B | text/plain | TextLexer
<div class="contextual">
<%= link_to l(:button_edit), {:action => 'edit'}, :class => 'icon icon-edit' %>
<%= link_to l(:button_copy), {:action => 'copy'}, :class => 'icon icon-copy' %>
<%= link_to l(:field_summary), {:action => 'index'}, :class => 'icon icon-summary' %>
</div>