<% if forum_topics.total_entries %> <%= will_paginate forum_topics %> <% end %> <% if user_signed_in? %> <% if @followed %> <%= link_to((I18n.t 'fms.all'), forum_show_path(@forum), :id => 'filter_link') %>      <%= I18n.t 'fms.followed' %> <% else %> <%= I18n.t 'fms.all' %>      <%= link_to((I18n.t 'fms.followed'), forum_show_path(@forum)+"?followed=true", :id => 'filter_link') %> <% end %> <% end %> <% unless forum_topics.empty? %> <% else %> <% if @followed %>
<%= I18n.t "fms.no_followed_topics" %>
<% else %>
<%= I18n.t "fms.no_topics" %>
<% end %> <% end %> <%= will_paginate forum_topics %>