11 lines
233 B
Text
11 lines
233 B
Text
<h1>All Topics</h1>
|
|
|
|
<div class="items" id="items">
|
|
<% @items.each do |item| %>
|
|
<%= render item %>
|
|
<% end %>
|
|
<% if @items.empty? %>
|
|
<p><br>Shucks, there are no topics.<p>
|
|
<% end %>
|
|
</div>
|
|
<div class="clearfloat"></div>
|