Sha256: eb80743cf4dfc0fe4a5a23888aa01d13dc9ba281ff06fb9dcc5aa54c6455c950
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
<% articles.each do |article| %> <div> <h1><%= link_to article.title, article %></h1> <p><%= article.subtitle %></p> <p>Category: <%= link_to article.category_name, article.category %></p> <p> Tags: <% article.tags.each do |tag| %> <span><%= link_to tag.name, tag %></span> <% end %> </p> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kawara-0.3.2 | app/views/kawara/articles/_list.html.erb |
kawara-0.3.1 | app/views/kawara/articles/_list.html.erb |
kawara-0.3.0 | app/views/kawara/articles/_list.html.erb |