0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-20 11:02:49 +00:00
ensl.org/app/views/topics/_breadcrumbs.html.erb
Luke Barratt 775f5682a4 Added form view styling
Improved articles styling
Improved bbcode to html formatting
HTML and CSS refactorings
Moved Extra into concerns
Changed repo URL to read-only for deploys
Fixes quotes in comments
2014-04-12 02:35:42 +01: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>