aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cabo <david@calibea.com>2011-09-25 00:15:16 +0200
committerDavid Cabo <david@calibea.com>2011-09-25 00:15:16 +0200
commit63c8de9a24df129d7f2dd51fcdc7e9b1ecdde52c (patch)
treec826a65da5cb3d4b770279bec9bca3e64cd17829
parent1765df854dd8b37d5d029a95d48edd988c7b5796 (diff)
Wrap sentence with a span so it can be themed
-rw-r--r--app/views/public_body/_body_listing_single.rhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/public_body/_body_listing_single.rhtml b/app/views/public_body/_body_listing_single.rhtml
index 7637a1077..b01d2ebb2 100644
--- a/app/views/public_body/_body_listing_single.rhtml
+++ b/app/views/public_body/_body_listing_single.rhtml
@@ -23,7 +23,9 @@
<%= link_to _("Make your own request"), public_body_url(public_body) %>.
<% end %>
<br>
- <%= _("Added on {{date}}", :date => simple_date(public_body.created_at)) %>.
+ <span class="date_added">
+ <%= _("Added on {{date}}", :date => simple_date(public_body.created_at)) %>.
+ </span>
</span>
</div>