discourse/app/views/default/custom.html.erb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
209 B
Plaintext
Raw Normal View History

<ul>
<% anonymous_top_menu_items.each_with_index do |item, index| %>
<li>
<a href='<%= Discourse.base_url %>/<%= item %>'>
<%= I18n.t("js.filters.#{item}.title") %>
</a>
</li>
<% end %>
</ul>