desktop final fix

This commit is contained in:
Harry Bomrah 2013-06-24 19:23:39 +08:00 committed by saurabhbhatia
parent c18a8a8c6f
commit 6d89eab98a
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -70,7 +70,7 @@
</div>
<!--<div id="orbitbar"></div>-->
<div id="thmbackground"></div>
<img id="thmbackground"></div>
<div id="bgover" ></div>
<div id="orbitnote"></div>
<div id="orbitdiag">

View File

@ -9,6 +9,9 @@ defaults: &defaults
development:
<<: *defaults
database: test_site
test:
<<: *defaults
database: test_site