%# # @file # This view shows an index of all topics, or just your topics if you're # logged in # TODO: What URL accesses this view? #%> <% if @user %><%= @user.name %>'s <% end %> <% content_for :title, @user.name + "'s Topics | Metamaps" %> <% else %> <% content_for :title, "Topics | Metamaps" %> <% end %>
Shucks, there are no topics. <% if authenticated? %><%= link_to "Create some if you want.", console_url %><% end %>