FIX: about tab was not showing on Privacy / ToS / FAQ topnav

This commit is contained in:
Arpit Jalan 2015-04-17 12:29:28 +05:30
parent 51b747346e
commit c3f163ca73

View file

@ -1,6 +1,7 @@
<div itemscope itemtype='http://schema.org/WebPage'>
<meta itemprop='lastReviewed' content='<%= @topic.first_post.updated_at.to_date.to_formatted_s(:iso_8601) %>'>
<ul class='nav-pills' role='navigation' itemscope itemtype='http://schema.org/SiteNavigationElement'>
<li class="nav-item-about"><%= link_to t('about'), '/about' %></a></li>
<% if @faq_overriden %>
<li class='nav-item-guidelines'><a class='<%= @page == 'faq' ? 'active' : '' %>' href='<%= guidelines_path %>'><%= t 'guidelines' %></a></li>
<li class='nav-item-faq'><a href='<%= faq_path %>'><%= t 'js.faq' %></a></li>