Skip to content

Commit

Permalink
Update index.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
kokkedx committed Nov 9, 2020
1 parent 1956b7a commit 817a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/articles/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</div>

<div class="contents" id="contents_area">
<%= render @articles %>
<%= render partial: 'article', collection: @articles %>
</div>

<div class="form-area">
Expand Down

0 comments on commit 817a0fa

Please sign in to comment.