Account status is now part of the "notifications" area
[arvados.git] / apps / workbench / app / controllers / users_controller.rb
index 002ea62bea61ab41829881240d68a4a462a22555..89d336f5e9826c2247b39796d6bf3aaed1560f7d 100644 (file)
@@ -10,9 +10,11 @@ class UsersController < ApplicationController
   end
 
   def home
+    @showallalerts = false
     @my_ssh_keys = AuthorizedKey.where(authorized_user_uuid: current_user.uuid)
     # @my_vm_perms = Link.where(tail_uuid: current_user.uuid, head_kind: 'arvados#virtual_machine', link_class: 'permission', name: 'can_login')
     # @my_repo_perms = Link.where(tail_uuid: current_user.uuid, head_kind: 'arvados#repository', link_class: 'permission', name: 'can_write')
+
     @my_jobs = Job.
       limit(10).
       order('created_at desc').