ensl.org/app/views/topics/_breadcrumbs.html.erb
Ari Timonen 47c445acf4 Fix icon issue, Bump MySQL version
downgrade style plugins
2020-03-17 02:01:43 +02:00

7 lines
No EOL
198 B
Text

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