summaryrefslogtreecommitdiffstats
path: root/redmine/app/views/enumerations/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'redmine/app/views/enumerations/new.rhtml')
-rw-r--r--redmine/app/views/enumerations/new.rhtml6
1 files changed, 0 insertions, 6 deletions
diff --git a/redmine/app/views/enumerations/new.rhtml b/redmine/app/views/enumerations/new.rhtml
deleted file mode 100644
index 0a773519d..000000000
--- a/redmine/app/views/enumerations/new.rhtml
+++ /dev/null
@@ -1,6 +0,0 @@
-<h2><%= l(@enumeration.option_name) %>: <%=l(:label_enumeration_new)%></h2>
-
-<%= start_form_tag({:action => 'create'}, :class => "tabular") %>
- <%= render :partial => 'form' %>
- <%= submit_tag l(:button_create) %>
-<%= end_form_tag %>