From: Toshi MARUYAMA Date: Sat, 27 Aug 2011 23:48:49 +0000 (+0000) Subject: rename .rhtml to .html.erb of app/views/workflows/_action_menu.rhtml. X-Git-Tag: 1.3.0~1278 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef0d2c82db7468d60edbc0ace0b17ee9f83a2c24;p=redmine.git 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 --- diff --git a/app/views/workflows/_action_menu.html.erb b/app/views/workflows/_action_menu.html.erb new file mode 100644 index 000000000..577281128 --- /dev/null +++ b/app/views/workflows/_action_menu.html.erb @@ -0,0 +1,5 @@ +
+<%= 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' %> +
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 @@ -
-<%= 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' %> -