desktop final fix
This commit is contained in:
parent
c18a8a8c6f
commit
6d89eab98a
|
@ -7,7 +7,6 @@ class DesktopController< ApplicationController
|
||||||
def index
|
def index
|
||||||
@desktop = current_user.desktop
|
@desktop = current_user.desktop
|
||||||
@currentusername = current_user.name
|
@currentusername = current_user.name
|
||||||
debugger
|
|
||||||
@title = "Desktop - " + @currentusername
|
@title = "Desktop - " + @currentusername
|
||||||
@section = @desktop.sections.first
|
@section = @desktop.sections.first
|
||||||
end
|
end
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!--<div id="orbitbar"></div>-->
|
<!--<div id="orbitbar"></div>-->
|
||||||
|
|
||||||
<div id="thmbackground"></div>
|
<img id="thmbackground"></div>
|
||||||
<div id="bgover" ></div>
|
<div id="bgover" ></div>
|
||||||
<div id="orbitnote"></div>
|
<div id="orbitnote"></div>
|
||||||
<div id="orbitdiag">
|
<div id="orbitdiag">
|
||||||
|
|
|
@ -9,6 +9,9 @@ defaults: &defaults
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
database: test_site
|
database: test_site
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
database: test_site
|
database: test_site
|
||||||
|
|
Loading…
Reference in New Issue