+ <%= link_to t("browse.view_details"), :controller => @type.pluralize, :action => :show %>
+ <% if params[:show_redactions] %>
+ ·
+ <%= link_to t("browse.view_history") %>
+ <% elsif current_user&.moderator? %>
+ ·
+ <%= link_to t("browse.view_unredacted_history"), :params => { :show_redactions => true } %>
+ <% end %>