diff options
Diffstat (limited to 'app/views/general/frontpage.rhtml')
-rw-r--r-- | app/views/general/frontpage.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index f1bee3ba1..241ecf2a9 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -29,12 +29,14 @@ <div id="frontpage_examples"> <% if @popular_bodies.size > 0 %> - <div id="examples_0"> + <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> <% end%> + </ul> <p><strong> <%= link_to _('More authorities...'), list_public_bodies_default %> </strong></p> |