diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 0ce1306a7..dce327349 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -7,13 +7,13 @@ <% end %> <div id="request_sidebar"> - <h2>People tracking this request</h2> - <%= render :partial => 'track/tracking_people_and_link', :locals => { :track_thing => @track_thing, :own_request => @info_request.user == @user, :list_people => true } %> + <h2>Track this request</h2> + <%= render :partial => 'track/tracking_people_and_link', :locals => { :track_thing => @track_thing, :own_request => @info_request.user == @user } %> - <h2>Act on this request</h2> - <p> - <img src="/images/writetothem.png" alt=""> <a href="http://www.writetothem.com">Write to your politician</a> about it - <br><img src="/images/pledgebank.png" alt=""> <a href="http://www.pledgebank.com">Pledge with others</a> to act on it + <h2>Act on what you've learnt</h2> + <p> + <img src="/images/writetothem.png" alt=""> <a href="http://www.writetothem.com">Write to your politician</a> + <br><img src="/images/pledgebank.png" alt=""> <a href="http://www.pledgebank.com">Join others with a pledge</a> </p> <% if @xapian_similar.results.size > 0 %> |