fix css of prev and next page links, move them to bottom of page (#7465)

Thanks 👍
This commit is contained in:
Saurabh Patel 2019-05-07 20:34:27 +05:30 committed by Régis Hanol
parent 73da9c171a
commit e20f13ebb7
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
<% end %>
<% if @topic_view.prev_page || @topic_view.next_page %>
<div role='navigation' itemscope itemtype='http://schema.org/SiteNavigationElement'>
<div role='navigation' itemscope itemtype='http://schema.org/SiteNavigationElement' class="topic-body crawler-post">
<% if @topic_view.prev_page %>
<span itemprop='name'><%= link_to t(:prev_page), @topic_view.prev_page_path, rel: 'prev', itemprop: 'url' %></span>
<% end %>