summaryrefslogtreecommitdiffstats
path: root/app/views/trackers
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/trackers')
-rw-r--r--app/views/trackers/list.rhtml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/trackers/list.rhtml b/app/views/trackers/list.rhtml
index 8d4a5c595..0e8e5c330 100644
--- a/app/views/trackers/list.rhtml
+++ b/app/views/trackers/list.rhtml
@@ -1,3 +1,7 @@
+<div class="contextual">
+<%= link_to l(:label_tracker_new), {:action => 'new'}, :class => 'pic picAdd' %>
+</div>
+
<h2><%=l(:label_tracker_plural)%></h2>
<table class="listTableContent">
@@ -16,7 +20,4 @@
<% end %>
</table>
-<%= pagination_links_full @tracker_pages %>
-<br />
-
-<%= link_to '&#187; ' + l(:label_tracker_new), :action => 'new' %>
+<%= pagination_links_full @tracker_pages %> \ No newline at end of file