diff --git a/app/views/news/index.rhtml b/app/views/news/index.rhtml index b958c475..c6bb9ad5 100644 --- a/app/views/news/index.rhtml +++ b/app/views/news/index.rhtml @@ -24,7 +24,9 @@ <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %>
+<%= pagination_links_full @news_pages %>
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index e0cd0999..bff737f4 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -19,7 +19,9 @@<% unless @news.summary.empty? %><%=h @news.summary %>
<% end %>