sillyforum/app/views/forum_topics/index.html.erb
2026-03-17 12:49:38 +00:00

5 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 %>