diff options
Diffstat (limited to 'app/views/news/index.rhtml')
-rw-r--r-- | app/views/news/index.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/news/index.rhtml b/app/views/news/index.rhtml index 0b677d241..354467229 100644 --- a/app/views/news/index.rhtml +++ b/app/views/news/index.rhtml @@ -27,7 +27,7 @@ <%= textilizable(news.description) %> <% end %> <% end %> -<%= pagination_links_full @news_pages %> +<p class="pagination"><%= pagination_links_full @news_pages %></p> <% content_for :header_tags do %> <%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> |