Sha256: f5d4581a4ac65fc09f3112e73f544f481d93d2846f318d238995271f4bcf9e6a
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
<p style="color: green"><%= notice %></p> <% content_for :title, "Articles" %> <h1>Articles</h1> <div id="articles"> <% @articles.each do |article| %> <%= render article %> <p> <%= link_to "Show this article", article %> </p> <% end %> </div> <%= link_to "New article", new_article_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
township-0.1.0 | app/views/articles/index.html.erb |