about summary refs log tree commit diff
path: root/app/views/about/show.html.haml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-03-04 01:07:49 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-03-04 01:07:49 +0100
commitd9c3109bb67f64c671573b1bab02132c6214509b (patch)
tree3d39c780306ee52a48b3c3d1ae30ecf600ba962d /app/views/about/show.html.haml
parent3637a0101e1f5095397f190e88f281d603797c32 (diff)
parent2ea754b8610b50cc93aeb1921ecdf7415efaf17e (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views/about/show.html.haml')
-rw-r--r--app/views/about/show.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml
index 6ae9e6ae0..321440096 100644
--- a/app/views/about/show.html.haml
+++ b/app/views/about/show.html.haml
@@ -46,7 +46,10 @@
 
     .landing__grid__column.landing__grid__column-login
       .box-widget
-        = render 'login'
+        - if current_user.present?
+          = render 'logged_in'
+        - else
+          = render 'login'
 
       .hero-widget
         .hero-widget__img