From 05495b02246afa85845e0c70b5668283295f2c50 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Sun, 25 Sep 2016 23:35:35 +0800 Subject: [PATCH] move explore views to their own folder --- app/views/{maps/activemaps.html.erb => explore/active.html.erb} | 0 .../{maps/featuredmaps.html.erb => explore/featured.html.erb} | 0 app/views/{maps/usermaps.html.erb => explore/mapper.html.erb} | 0 app/views/{maps/mymaps.html.erb => explore/mine.html.erb} | 0 app/views/{maps/sharedmaps.html.erb => explore/shared.html.erb} | 0 app/views/{maps/starredmaps.html.erb => explore/starred.html.erb} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename app/views/{maps/activemaps.html.erb => explore/active.html.erb} (100%) rename app/views/{maps/featuredmaps.html.erb => explore/featured.html.erb} (100%) rename app/views/{maps/usermaps.html.erb => explore/mapper.html.erb} (100%) rename app/views/{maps/mymaps.html.erb => explore/mine.html.erb} (100%) rename app/views/{maps/sharedmaps.html.erb => explore/shared.html.erb} (100%) rename app/views/{maps/starredmaps.html.erb => explore/starred.html.erb} (100%) diff --git a/app/views/maps/activemaps.html.erb b/app/views/explore/active.html.erb similarity index 100% rename from app/views/maps/activemaps.html.erb rename to app/views/explore/active.html.erb diff --git a/app/views/maps/featuredmaps.html.erb b/app/views/explore/featured.html.erb similarity index 100% rename from app/views/maps/featuredmaps.html.erb rename to app/views/explore/featured.html.erb diff --git a/app/views/maps/usermaps.html.erb b/app/views/explore/mapper.html.erb similarity index 100% rename from app/views/maps/usermaps.html.erb rename to app/views/explore/mapper.html.erb diff --git a/app/views/maps/mymaps.html.erb b/app/views/explore/mine.html.erb similarity index 100% rename from app/views/maps/mymaps.html.erb rename to app/views/explore/mine.html.erb diff --git a/app/views/maps/sharedmaps.html.erb b/app/views/explore/shared.html.erb similarity index 100% rename from app/views/maps/sharedmaps.html.erb rename to app/views/explore/shared.html.erb diff --git a/app/views/maps/starredmaps.html.erb b/app/views/explore/starred.html.erb similarity index 100% rename from app/views/maps/starredmaps.html.erb rename to app/views/explore/starred.html.erb