ensl.org/app/views/topics/_breadcrumbs.html.erb

7 lines
184 B
Text
Raw Normal View History

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