about summary refs log tree commit diff
path: root/app/controllers/admin/dashboard_controller.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-19 00:47:23 +0200
committerThibG <thib@sitedethib.com>2019-04-19 00:57:39 +0200
commit93199c9566ae8ae7a5a87b8567fec27f0f34b364 (patch)
treea926a320b3c4aff7a5782d092c99abca683ab8a3 /app/controllers/admin/dashboard_controller.rb
parentd83068016bbf230d4a6f767c9e57d254e1592f7c (diff)
Fix keybase indication on dashboard
Diffstat (limited to 'app/controllers/admin/dashboard_controller.rb')
-rw-r--r--app/controllers/admin/dashboard_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/admin/dashboard_controller.rb b/app/controllers/admin/dashboard_controller.rb
index f23ed1508..aedfeb70e 100644
--- a/app/controllers/admin/dashboard_controller.rb
+++ b/app/controllers/admin/dashboard_controller.rb
@@ -30,6 +30,7 @@ module Admin
       @trending_hashtags     = TrendingTags.get(7)
       @profile_directory     = Setting.profile_directory
       @timeline_preview      = Setting.timeline_preview
+      @keybase_integration   = Setting.enable_keybase
     end
 
     private