diff --git a/app/views/main/samplemap.html.erb b/app/views/main/samplemap.html.erb index d808b248..b6eb94da 100644 --- a/app/views/main/samplemap.html.erb +++ b/app/views/main/samplemap.html.erb @@ -1,3 +1,4 @@ +<% if @map %>

# of Topics: <%= @map.items.count %>

@@ -31,4 +32,8 @@ initFD(); }); } - \ No newline at end of file + + +<% else %> +


Shucks, there are no maps.

+<% end %>