aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-11-11 14:15:45 +0000
committerfrancis <francis>2008-11-11 14:15:45 +0000
commite6b4111ee78953fca2ec105d1934ef4f97372192 (patch)
treec2a4b2413f098e6ece23e4cac260d32c435bae4e
parent78171ca081dbd8c5d29b396779b9cbeab886de6d (diff)
For some reason, adding these two just seems right, even though they aren't
core mySociety services (petitions are simple and understood; people wanting to talk about their request and take it further, can probably most simply and easily start communicating by starting a blog). We so need a nice verb to describe why people might want to use PledgeBank - that I can't convey well it in a sentence shows how hard it is.
-rw-r--r--app/views/request/show.rhtml10
-rw-r--r--public/images/petitions.pngbin0 -> 469 bytes
-rw-r--r--public/images/wordpress.pngbin0 -> 631 bytes
3 files changed, 9 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 5c4a9bfd2..2f50eae66 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -17,7 +17,15 @@
</div>
<div class="act_link">
<%= link_to '<img src="/images/pledgebank.png" alt="" class="rss">', "http://www.pledgebank.com"%>
- <%= link_to 'Join others with a pledge', "http://www.pledgebank.com"%>
+ <%= link_to 'Pledge with others', "http://www.pledgebank.com"%>
+ </div>
+ <div class="act_link">
+ <%= link_to '<img src="/images/petitions.png" alt="" class="rss">', "http://petitions.number10.gov.uk"%>
+ <%= link_to 'Petition the PM', "http://petitions.number10.gov.uk"%>
+ </div>
+ <div class="act_link">
+ <%= link_to '<img src="/images/wordpress.png" alt="" class="rss">', "http://wordpress.com/"%>
+ <%= link_to 'Start your own blog', "http://wordpress.com/"%>
</div>
<% if !@xapian_similar.nil? && @xapian_similar.results.size > 0 %>
diff --git a/public/images/petitions.png b/public/images/petitions.png
new file mode 100644
index 000000000..204e12b77
--- /dev/null
+++ b/public/images/petitions.png
Binary files differ
diff --git a/public/images/wordpress.png b/public/images/wordpress.png
new file mode 100644
index 000000000..a0e254373
--- /dev/null
+++ b/public/images/wordpress.png
Binary files differ