summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/edit.rhtml2
-rw-r--r--app/views/enumerations/new.rhtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/enumerations/edit.rhtml b/app/views/enumerations/edit.rhtml
index 7baea028a..5a292550a 100644
--- a/app/views/enumerations/edit.rhtml
+++ b/app/views/enumerations/edit.rhtml
@@ -1,4 +1,4 @@
-<h2><%=l(:label_enumerations)%></h2>
+<h2><%= link_to l(@enumeration.option_name), :controller => 'enumerations', :action => 'index' %> &#187; <%=h @enumeration %></h2>
<% form_tag({:action => 'update', :id => @enumeration}, :class => "tabular") do %>
<%= render :partial => 'form' %>
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' %>