diff options
author | francis <francis> | 2008-08-09 00:36:28 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-09 00:36:28 +0000 |
commit | b7a5d2e6708b684c092485ed28c4ae02e4ee3cf2 (patch) | |
tree | fd03b565220760ab7c94d9108e0d74de9795552d | |
parent | bf9ec30d3e4f03c9f4daddd4c4ca63a714a96547 (diff) |
Go on go on, hate me and all that I stand for.
-rw-r--r-- | app/views/general/search.rhtml | 1 | ||||
-rw-r--r-- | app/views/request/list.rhtml | 1 | ||||
-rw-r--r-- | app/views/track/_tracking_links.rhtml | 1 | ||||
-rw-r--r-- | todo.txt | 1 |
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> - @@ -1,7 +1,6 @@ RSS move: Get test code working Add some tests - Spacing at end of search results Remove find_tracking_people |