mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: Crawler layout from within plugin routes
This commit is contained in:
parent
d186de05f4
commit
5c49c6b581
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@
|
|||
<footer class="container">
|
||||
<nav itemscope itemtype='http://schema.org/SiteNavigationElement'>
|
||||
<a href='/'><%= t 'home_title' %></a>
|
||||
<%= link_to t('js.filters.categories.title'), categories_path %>
|
||||
<%= link_to t('guidelines_topic.title'), guidelines_path %>
|
||||
<%= link_to t('tos_topic.title'), tos_path %>
|
||||
<%= link_to t('privacy_topic.title'), privacy_path %>
|
||||
<%= link_to t('js.filters.categories.title'), main_app.categories_path %>
|
||||
<%= link_to t('guidelines_topic.title'), main_app.guidelines_path %>
|
||||
<%= link_to t('tos_topic.title'), main_app.tos_path %>
|
||||
<%= link_to t('privacy_topic.title'), main_app.privacy_path %>
|
||||
</nav>
|
||||
<p><%= t 'powered_by_html' %></p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue