Skip to content

Instantly share code, notes, and snippets.

@mfifth
Created May 17, 2016 22:18
Show Gist options
  • Select an option

  • Save mfifth/6192c7f1f149222990156ccd94e0ff3e to your computer and use it in GitHub Desktop.

Select an option

Save mfifth/6192c7f1f149222990156ccd94e0ff3e to your computer and use it in GitHub Desktop.
<ul class='attributes'>
<% @forums.each do |forum| %>
<%= link_to forum.title, forum_path(forum), class: 'btn btn-primary' %>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment