diff options
Diffstat (limited to 'app/views/boards/show.rhtml')
-rw-r--r-- | app/views/boards/show.rhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/boards/show.rhtml b/app/views/boards/show.rhtml index 8bcf960b2..01db0854c 100644 --- a/app/views/boards/show.rhtml +++ b/app/views/boards/show.rhtml @@ -43,8 +43,7 @@ <% end %> </tbody> </table> -<p><%= pagination_links_full @topic_pages %> -[ <%= @topic_pages.current.first_item %> - <%= @topic_pages.current.last_item %> / <%= @topic_count %> ]</p> +<p class="pagination"><%= pagination_links_full @topic_pages, @topic_count %></p> <% else %> <p class="nodata"><%= l(:label_no_data) %></p> <% end %> |