diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-27 23:48:49 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-27 23:48:49 +0000 |
commit | ef0d2c82db7468d60edbc0ace0b17ee9f83a2c24 (patch) | |
tree | e2e344e619e419f549a207aeaea09331204e7650 /app/views/workflows/_action_menu.rhtml | |
parent | c1cf595139e2102b3b44287942fa9480eb438932 (diff) | |
download | redmine-ef0d2c82db7468d60edbc0ace0b17ee9f83a2c24.tar.gz redmine-ef0d2c82db7468d60edbc0ace0b17ee9f83a2c24.zip |
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
Diffstat (limited to 'app/views/workflows/_action_menu.rhtml')
-rw-r--r-- | app/views/workflows/_action_menu.rhtml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/workflows/_action_menu.rhtml b/app/views/workflows/_action_menu.rhtml deleted file mode 100644 index 577281128..000000000 --- a/app/views/workflows/_action_menu.rhtml +++ /dev/null @@ -1,5 +0,0 @@ -<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> |