Files

10 lines
153 B
Plaintext
Raw Permalink Normal View History

2021-09-26 15:22:36 -07:00
<p id="notice"><%= notice %></p>
<h1>Article</h1>
<div id="articles">
<%= render @articles %>
</div>
<%= link_to "New article", new_article_path %>