aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-08-09 00:36:28 +0000
committerfrancis <francis>2008-08-09 00:36:28 +0000
commitb7a5d2e6708b684c092485ed28c4ae02e4ee3cf2 (patch)
treefd03b565220760ab7c94d9108e0d74de9795552d
parentbf9ec30d3e4f03c9f4daddd4c4ca63a714a96547 (diff)
Go on go on, hate me and all that I stand for.
-rw-r--r--app/views/general/search.rhtml1
-rw-r--r--app/views/request/list.rhtml1
-rw-r--r--app/views/track/_tracking_links.rhtml1
-rw-r--r--todo.txt1
4 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/search.rhtml b/app/views/general/search.rhtml
index f68d19169..01a52fe99 100644
--- a/app/views/general/search.rhtml
+++ b/app/views/general/search.rhtml
@@ -77,6 +77,7 @@
<%= will_paginate WillPaginate::Collection.new(@page, @requests_per_page, @xapian_requests.matches_estimated) %>
<% if @track_thing %>
+ <p></p>
<%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => false, :location => 'main' } %>
<% end %>
<% end %>
diff --git a/app/views/request/list.rhtml b/app/views/request/list.rhtml
index 1e1eb4a5b..3b732e0de 100644
--- a/app/views/request/list.rhtml
+++ b/app/views/request/list.rhtml
@@ -30,5 +30,6 @@
<%= will_paginate WillPaginate::Collection.new(@page, @per_page, @xapian_object.matches_estimated) %>
<% if @track_thing %>
+ <p></p>
<%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => false, :location => 'main' } %>
<% end %>
diff --git a/app/views/track/_tracking_links.rhtml b/app/views/track/_tracking_links.rhtml
index ed2283897..c026ea407 100644
--- a/app/views/track/_tracking_links.rhtml
+++ b/app/views/track/_tracking_links.rhtml
@@ -26,4 +26,3 @@
<%= link_to (location == 'sidebar' ? 'RSS feed of updates' : 'RSS feed'), do_track_url(track_thing, 'feed') %>
</div>
-
diff --git a/todo.txt b/todo.txt
index 1f96cdcba..f5c6ea66c 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,7 +1,6 @@
RSS move:
Get test code working
Add some tests
- Spacing at end of search results
Remove find_tracking_people