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

6 lines
190 B
Text
Raw Permalink 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 %>