]> source.dussan.org Git - redmine.git/commitdiff
rename .rhtml to .html.erb of app/views/workflows/_action_menu.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 27 Aug 2011 23:48:49 +0000 (23:48 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 27 Aug 2011 23:48:49 +0000 (23:48 +0000)
: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

app/views/workflows/_action_menu.html.erb [new file with mode: 0644]
app/views/workflows/_action_menu.rhtml [deleted file]

diff --git a/app/views/workflows/_action_menu.html.erb b/app/views/workflows/_action_menu.html.erb
new file mode 100644 (file)
index 0000000..5772811
--- /dev/null
@@ -0,0 +1,5 @@
+<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>
diff --git a/app/views/workflows/_action_menu.rhtml b/app/views/workflows/_action_menu.rhtml
deleted file mode 100644 (file)
index 5772811..0000000
+++ /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>