diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/_sidebar.rhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index 255ea63fc..5557f0a6b 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -4,6 +4,10 @@ <h2>Act on what you've learnt</h2> <div class="act_link"> + <%= link_to '<img src="/images/helpmeinvestigate.png" alt="" class="rss">', "http://helpmeinvestigate.com/"%> + <%= link_to 'Get help investigating', "http://helpmeinvestigate.com/"%> + </div> + <div class="act_link"> <%= link_to '<img src="/images/writetothem.png" alt="" class="rss">', "http://www.writetothem.com"%> <%= link_to 'Write to your politician', "http://www.writetothem.com"%> </div> @@ -20,6 +24,7 @@ <%= link_to 'Start your own blog', "http://wordpress.com/"%> </div> + <% view_cache :ttl => 1.day, :tag => ['similar', @info_request.id] do %> <% if !@xapian_similar.nil? && @xapian_similar.results.size > 0 %> <h2>Similar requests</h2> |