summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations/edit.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-07-05 12:22:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-07-05 12:22:02 +0000
commitad90811e4016be9504ae1e0e4846843baa41e0af (patch)
tree3d830106a8b8161532e478d4297b4edd731e45a8 /app/views/enumerations/edit.rhtml
parent937823a0d849650c9ecad76d2c5c7b69a93b0856 (diff)
downloadredmine-ad90811e4016be9504ae1e0e4846843baa41e0af.tar.gz
redmine-ad90811e4016be9504ae1e0e4846843baa41e0af.zip
Administration panel breadcrumbs (#3314).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2810 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/enumerations/edit.rhtml')
-rw-r--r--app/views/enumerations/edit.rhtml2
1 files changed, 1 insertions, 1 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' %>