ensl.org/app/views/topics/_breadcrumbs.html.erb
2020-03-17 02:13:57 +02:00

7 lines
No EOL
184 B
Text

<div class="breadcrumbs">
<%= link_to "Forums", forums_url %>
<%= icon 'chevron-right' %>
<%= namelink topic.forum %>
<%= icon 'chevron-right' %>
<%= namelink topic %>
</div>