You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/shared/_browse_categories.html.erb

18 lines
306 B
Plaintext

<h1>Browse</h1>
<ul class="delimited">
<li>
<%= link_to_category 'All', browse_path, :all %>
</li>
<li>
<%= link_to_category 'Popular', popular_path, :popular %>
</li>
<% if current_user -%>
<li>
<%= link_to 'Mine', profile_path(current_user) %>
</li>
<% end -%>
</ul>