diff options
-rw-r--r-- | app/views/request/_sidebar.rhtml | 5 | ||||
-rw-r--r-- | public/images/helpmeinvestigate.png | bin | 0 -> 607 bytes | |||
-rw-r--r-- | public/stylesheets/main.css | 1 | ||||
-rw-r--r-- | todo.txt | 2 |
4 files changed, 5 insertions, 3 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> diff --git a/public/images/helpmeinvestigate.png b/public/images/helpmeinvestigate.png Binary files differnew file mode 100644 index 000000000..e9aaf5aec --- /dev/null +++ b/public/images/helpmeinvestigate.png diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 95824846f..727a8e1d2 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1065,7 +1065,6 @@ form.feed_form_main { } div.act_link img { - background-color: red; border: none; vertical-align: middle; text-decoration: none; @@ -4,8 +4,6 @@ destroy request Next (things that will reduce admin time mainly) ==== -Remove Petitions sidebar link, add one to HelpMeInvestigate. - Richard says he wants the internationalisation to be so it could be one site with combined search. Why obey the notion of a country? I'm not sure, but it might be prudent to write it so it can run multiple jurisdictions in |