diff --git a/app/controllers/desktop_controller.rb b/app/controllers/desktop_controller.rb index 984ad8814..990c05224 100644 --- a/app/controllers/desktop_controller.rb +++ b/app/controllers/desktop_controller.rb @@ -7,7 +7,6 @@ class DesktopController< ApplicationController def index @desktop = current_user.desktop @currentusername = current_user.name - debugger @title = "Desktop - " + @currentusername @section = @desktop.sections.first end diff --git a/app/views/desktop/index.html.erb b/app/views/desktop/index.html.erb index 25bcb679a..34938499c 100644 --- a/app/views/desktop/index.html.erb +++ b/app/views/desktop/index.html.erb @@ -70,7 +70,7 @@ -
+