redmine/app/views/workflows/_action_menu.html.erb
Toshi MARUYAMA ef0d2c82db rename .rhtml to .html.erb of app/views/workflows/_action_menu.rhtml.
:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6684 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-08-27 23:48:49 +00:00

6 regels
278 B
Plaintext

<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>