summaryrefslogtreecommitdiffstats
path: root/app/views/trackers/list.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/trackers/list.rhtml')
-rw-r--r--app/views/trackers/list.rhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/trackers/list.rhtml b/app/views/trackers/list.rhtml
index a12e50845..05408a1c4 100644
--- a/app/views/trackers/list.rhtml
+++ b/app/views/trackers/list.rhtml
@@ -6,7 +6,7 @@
<table class="list">
<thead><tr>
- <th><%=l(:label_tracker)%></th>
+ <th><%=l(:label_tracker)%></th>
<th><%=l(:button_sort)%></th>
<th></th>
</tr></thead>
@@ -21,11 +21,11 @@
<%= link_to image_tag('2downarrow.png', :alt => l(:label_sort_lowest)), {:action => 'move', :id => tracker, :position => 'lowest'}, :method => :post, :title => l(:label_sort_lowest) %>
</td>
<td align="center">
- <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
+ <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
</td>
</tr>
<% end %>
</tbody>
</table>
-
+
<%= pagination_links_full @tracker_pages %> \ No newline at end of file