aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2021-02-12 00:03:29 +0100
committerhellekin <hellekin@cepheide.org>2021-02-12 00:03:29 +0100
commit30212382cc00b13c1fd65e5432afe1480e9e4be6 (patch)
tree97b7c1beb7d5725b85dc60f18c445b5e3e4a5f8a /app
parentddfafc95dfc891f6751c0522db2afc7bf1b5b31a (diff)
downloadincommon-map-30212382cc00b13c1fd65e5432afe1480e9e4be6.tar.gz
[FIX] Prevent debug from failing without a user
Diffstat (limited to 'app')
-rw-r--r--app/views/application/_user_info.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/application/_user_info.html.erb b/app/views/application/_user_info.html.erb
index 2b243d8..048e6fb 100644
--- a/app/views/application/_user_info.html.erb
+++ b/app/views/application/_user_info.html.erb
@@ -11,7 +11,3 @@
<% end %>
</nav>
</section>
-
-<% content_for :debug do %>
- <%= @current_user&.avatar_url if @current_user %>
-<% end %>