removed dependence on having a sample map by adding empty text ("shucks")

This commit is contained in:
Devin Howard 2012-11-03 13:34:38 -04:00
parent c9d0ea889c
commit 4787ca23c5

View file

@ -1,3 +1,4 @@
<% if @map %>
<div class="focus">
<div class="focusleft">
<p># of Topics: <%= @map.items.count %></p>
@ -31,4 +32,8 @@
initFD();
});
}
</script>
</script>
<% else %>
<h1><br>Shucks, there are no maps.<h1>
<% end %>