summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/index.html.erb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 16:55:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-02 16:55:16 +0000
commit3a32edc3bd108ed07ef2802fbf13dcc886d76607 (patch)
treed6db898248dfa8b008e452fb99d0540fb3035779 /app/views/trackers/index.html.erb
parent462c986452e25d00b4a76db6494b2649ca9d2285 (diff)
downloadredmine-3a32edc3bd108ed07ef2802fbf13dcc886d76607.tar.gz
redmine-3a32edc3bd108ed07ef2802fbf13dcc886d76607.zip
Adds a view for editing all trackers fields.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10283 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/trackers/index.html.erb')
-rw-r--r--app/views/trackers/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/trackers/index.html.erb b/app/views/trackers/index.html.erb
index 4d10d857e..b3840dba7 100644
--- a/app/views/trackers/index.html.erb
+++ b/app/views/trackers/index.html.erb
@@ -1,5 +1,6 @@
<div class="contextual">
<%= link_to l(:label_tracker_new), new_tracker_path, :class => 'icon icon-add' %>
+<%= link_to l(:field_summary), {:action => 'fields'}, :class => 'icon icon-summary' %>
</div>
<h2><%=l(:label_tracker_plural)%></h2>