From e5095093ec9acc677c954d88367897f88103696a Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Thu, 21 Mar 2013 21:33:42 -0400 Subject: [PATCH] added Keep Selected button to console, map view, topic view --- app/views/main/console.html.erb | 1 + app/views/maps/show.html.erb | 1 + app/views/topics/show.html.erb | 1 + 3 files changed, 3 insertions(+) diff --git a/app/views/main/console.html.erb b/app/views/main/console.html.erb index b992b2fd..0e744d83 100644 --- a/app/views/main/console.html.erb +++ b/app/views/main/console.html.erb @@ -7,6 +7,7 @@ #%>
+ <% if authenticated? %> diff --git a/app/views/maps/show.html.erb b/app/views/maps/show.html.erb index e199d5eb..00645ef4 100644 --- a/app/views/maps/show.html.erb +++ b/app/views/maps/show.html.erb @@ -9,6 +9,7 @@ <% end %> + <% if authenticated? %> <% if (@map.permission == "commons" && authenticated?) || @map.user == user %> diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index c48bcc46..93806d8d 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -15,6 +15,7 @@ #%>
+ <% if authenticated? %> <% end %>