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 %>