diff options
Diffstat (limited to 'app/views/general/frontpage.rhtml')
-rw-r--r-- | app/views/general/frontpage.rhtml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index f412a6964..b879cf7b8 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -29,14 +29,14 @@ <div id="frontpage_examples"> <% if @popular_bodies.size > 0 %> - <div id="examples_0"> - <ul> + <div id="examples_0"> + <ul> <% for popular_body in @popular_bodies %> - <li><%=public_body_link(popular_body)%> - <%= n_('%d request', '%d requests', popular_body.info_requests.count) % popular_body.info_requests.count %> + <li><%=public_body_link(popular_body)%> + <%= n_('%d request', '%d requests', popular_body.info_requests.count) % popular_body.info_requests.count %> </li> <% end%> - </ul> + </ul> <p><strong> <%= link_to _('More authorities...'), list_public_bodies_default %> </strong></p> @@ -57,4 +57,5 @@ <% end %> </div> + <% end %> |