<% if @user %><%= @user.name %>'s<% end %> Topics

<% @topics.each do |topic| %> <%= render topic %> <% end %> <% if @topics.empty? %>


Shucks, there are no topics. <% if authenticated? %><%= link_to "Create some if you want.", console_url %><% end %>

<% end %>