FIX: Crawler layout from within plugin routes

This commit is contained in:
Robin Ward 2015-04-15 22:40:54 -04:00
parent d186de05f4
commit 5c49c6b581

View file

@ -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>