diff --git a/app/views/list/list.erb b/app/views/list/list.erb index d10f5cd91..3e6d6c064 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -4,15 +4,15 @@ <% end %> -
- <% if params[:page].to_i > 1 %> - <%= t 'prev_page'%> - <% end %> - <% if @list.topics.length > 0 %> - <%= t 'next_page'%> +<% if @list.topics.length > 0 %> +
+ <% if params[:page].to_i > 1 %> + <%= t 'prev_page'%> <% end %> -
+ <%= t 'next_page'%> + +<% end %><%= t 'powered_by_html' %>
diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 7746bde9e..6cd3b18cd 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -15,9 +15,13 @@ <% end %> <% end %> + <% if @topic_view.next_page %>- <%= link_to(t('next_page').html_safe, @topic_view.next_page_path ) %> + <% if params[:page].to_i > 1 %> + <%= t 'prev_page'%> + <% end %> + <%= t 'next_page'%>
<% end %>