sillyforum/app/views/forum_threads/index.html.erb

7 lines
201 B
Text
Raw Normal View History

2026-03-17 12:49:38 +00:00
<section class="threadindex"><% @threads.each do | thread | %>
<section class="threadtitle"> <h4><%= thread.title %></h4></section>
<article><%= thread.body %></article><hr>
<% end %>
</section>