diff --git a/app/views/layouts/_lightboxes.html.erb b/app/views/layouts/_lightboxes.html.erb index 8bef0921..55ca9eb6 100644 --- a/app/views/layouts/_lightboxes.html.erb +++ b/app/views/layouts/_lightboxes.html.erb @@ -100,11 +100,6 @@ - <% # this is the create new map form %> -
- <%= render :partial => 'layouts/newmap' %> -
-
<%= render :partial => 'shared/forkmap' %>
diff --git a/app/views/layouts/_newmap.html.erb b/app/views/layouts/_newmap.html.erb deleted file mode 100644 index 5ebce204..00000000 --- a/app/views/layouts/_newmap.html.erb +++ /dev/null @@ -1,61 +0,0 @@ -<%# - # @file - # Partial view, renders a form that creates a new map. - #%> -
-<%= form_for Map.new, url: maps_url, remote: true, html: { class: "new_map", id: "new_map" } do |form|%> -

Create New Map

- -
- - <%= form.text_field :name, :maxlength => 140 %> -
-
- -
- - <%= form.text_area :desc, class: "description", :rows => 5, :cols => 43 %> -
-
- -
- -

*new topics and synapses take on the same permission as the map they are created on

-
-
-
-
- Anyone with an account can edit this map. Anyone without an account can only view it. -
-
-

COMMONS

-
-
-
-
- Only people you allow can edit this map. Anyone can view it. -
-
-

PUBLIC

-
-
-
-
- Only people you allow can edit this map. No one else can view it. -
-
-

PRIVATE

-
-
-
-

Anyone with an account can edit this map. Anyone without an account can only view it.

-
-
- -
- - -
-
-<% end %> -