10 lines
153 B
Plaintext
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 %>
|