Soc/app/views/tags/show.html.erb

4 lines
57 B
Plaintext

<h2><%= @tag.name %></h2>
<%= render @tag.microposts %>