summaryrefslogtreecommitdiffstats
path: root/app/views/issue_statuses/edit.rhtml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-01 13:05:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-01 13:05:00 +0000
commite53597a83c1d45b5fbc5559bc03eeefaeed0da72 (patch)
tree85445018f8b7aee1b9bc63e8a9c9c083f4fae8f9 /app/views/issue_statuses/edit.rhtml
parent7c310ac6bea8b20b452bb052d8906106359aec81 (diff)
downloadredmine-e53597a83c1d45b5fbc5559bc03eeefaeed0da72.tar.gz
redmine-e53597a83c1d45b5fbc5559bc03eeefaeed0da72.zip
rename .rhtml to .html.erb of app/views/issue_statuses/edit.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@6996 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issue_statuses/edit.rhtml')
-rw-r--r--app/views/issue_statuses/edit.rhtml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/issue_statuses/edit.rhtml b/app/views/issue_statuses/edit.rhtml
deleted file mode 100644
index 4120ad34b..000000000
--- a/app/views/issue_statuses/edit.rhtml
+++ /dev/null
@@ -1,6 +0,0 @@
-<h2><%= link_to l(:label_issue_status_plural), :controller => 'issue_statuses', :action => 'index' %> &#187; <%=h @issue_status %></h2>
-
-<% form_tag({:action => 'update', :id => @issue_status}, :class => "tabular") do %>
- <%= render :partial => 'form' %>
- <%= submit_tag l(:button_save) %>
-<% end %>