summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/new.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/trackers/new.rhtml')
-rw-r--r--app/views/trackers/new.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/trackers/new.rhtml b/app/views/trackers/new.rhtml
index 3f8384cdd..6dccf0d72 100644
--- a/app/views/trackers/new.rhtml
+++ b/app/views/trackers/new.rhtml
@@ -1,4 +1,4 @@
-<h2><%=l(:label_tracker_new)%></h2>
+<h2><%= link_to l(:label_tracker_plural), :controller => 'trackers', :action => 'index' %> &#187; <%=l(:label_tracker_new)%></h2>
<% form_for :tracker, @tracker, :url => { :action => 'new' }, :builder => TabularFormBuilder do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>