6 lines
190 B
Text
6 lines
190 B
Text
|
|
<section class="threadindex"><% @threads.each do | thread | %>
|
||
|
|
<section class="threadtitle"> <h4><%= thread.title %></h4></section>
|
||
|
|
<article><%= thread.body %></article><hr>
|
||
|
|
|
||
|
|
<% end %>
|