From 59f84cfe204baf6bbc5ff23ebdd04a7c9d617d21 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 23 Feb 2016 18:59:45 +0800 Subject: [PATCH 1/3] cleanup TODO lines --- app/views/maps/index.html.erb | 16 +++++++++------- app/views/synapses/_new.html.erb | 10 ---------- 2 files changed, 9 insertions(+), 17 deletions(-) delete mode 100644 app/views/synapses/_new.html.erb diff --git a/app/views/maps/index.html.erb b/app/views/maps/index.html.erb index cd9661e0..0e067a63 100644 --- a/app/views/maps/index.html.erb +++ b/app/views/maps/index.html.erb @@ -1,10 +1,12 @@ -<%# - # @file - # Shows a list of all maps, or just a user's maps. - # TODO: What url is this accessible at? - #%> - - +<% # + # @file + # Shows a list of all maps, or just a user's maps. + # GET /explore/active(.:format) + # GET /explore/featured(.:format) + # GET /explore/mine(.:format) + # GET /explore/mapper/:id(.:format) + # GET /maps(.:format) + # %>