<% if params[:page].to_i > 1 %> <%= t 'prev_page'%> <% end %> <%= t 'next_page'%>
<% end %><%= t 'powered_by_html' %>
<% content_for :head do %> <%= auto_discovery_link_tag(@topic_view, {action: :feed, slug: @topic_view.topic.slug, topic_id: @topic_view.topic.id}, title: t('rss_posts_in_topic', topic: @topic_view.title), type: 'application/rss+xml') %> <%= crawlable_meta_data(title: @topic_view.title, description: @topic_view.summary, image: @topic_view.image_url) %> <% end %> <% content_for(:title) { @topic_view.title } %>