desktop final fix
This commit is contained in:
parent
c18a8a8c6f
commit
6d89eab98a
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -9,6 +9,9 @@ defaults: &defaults
|
|||
development:
|
||||
<<: *defaults
|
||||
database: test_site
|
||||
|
||||
|
||||
|
||||
test:
|
||||
<<: *defaults
|
||||
database: test_site
|
||||
|
|
Loading…
Reference in New Issue