FIX: Crawler layout from within plugin routes
This commit is contained in:
parent
d186de05f4
commit
5c49c6b581
|
@ -27,10 +27,10 @@
|
||||||
<footer class="container">
|
<footer class="container">
|
||||||
<nav itemscope itemtype='http://schema.org/SiteNavigationElement'>
|
<nav itemscope itemtype='http://schema.org/SiteNavigationElement'>
|
||||||
<a href='/'><%= t 'home_title' %></a>
|
<a href='/'><%= t 'home_title' %></a>
|
||||||
<%= link_to t('js.filters.categories.title'), categories_path %>
|
<%= link_to t('js.filters.categories.title'), main_app.categories_path %>
|
||||||
<%= link_to t('guidelines_topic.title'), guidelines_path %>
|
<%= link_to t('guidelines_topic.title'), main_app.guidelines_path %>
|
||||||
<%= link_to t('tos_topic.title'), tos_path %>
|
<%= link_to t('tos_topic.title'), main_app.tos_path %>
|
||||||
<%= link_to t('privacy_topic.title'), privacy_path %>
|
<%= link_to t('privacy_topic.title'), main_app.privacy_path %>
|
||||||
</nav>
|
</nav>
|
||||||
<p><%= t 'powered_by_html' %></p>
|
<p><%= t 'powered_by_html' %></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue