ef0d2c82db
: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
6 lines
278 B
Plaintext
6 lines
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>
|