summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/enumerations/new.rhtml')
-rw-r--r--app/views/enumerations/new.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/enumerations/new.rhtml b/app/views/enumerations/new.rhtml
index 5c2ccd133..34882834a 100644
--- a/app/views/enumerations/new.rhtml
+++ b/app/views/enumerations/new.rhtml
@@ -1,4 +1,4 @@
-<h2><%= l(@enumeration.option_name) %>: <%=l(:label_enumeration_new)%></h2>
+<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=l(:label_enumeration_new)%></h2>
<% form_tag({:action => 'create'}, :class => "tabular") do %>
<%= render :partial => 'form' %>