Sha256: 678a41b090d3ff27e9759c1ac56e0624c5b3ce22f464e5e636965cbd9db49514
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
All articles <%= link_to "New article", new_article_path %> <ul> <% @articles.each do |page| %> <li><%= link_to page.title, page %></li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
content_engine-0.1.0 | app/views/content_engine/articles/index.html.erb |