Files
baclight/app/views/articles/index.html.erb
T
2021-09-26 15:22:36 -07:00

10 lines
153 B
Plaintext

<p id="notice"><%= notice %></p>
<h1>Article</h1>
<div id="articles">
<%= render @articles %>
</div>
<%= link_to "New article", new_article_path %>