Merge pull request #3384 from techAPJ/patch-4
FIX: about tab was not showing on Privacy / ToS / FAQ topnav
This commit is contained in:
commit
961c888087
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue