issues & fixed layout
This commit is contained in:
parent
31a9d6531d
commit
0499759204
6 changed files with 38 additions and 58 deletions
|
@ -82,6 +82,12 @@ class ApplicationController < ActionController::Base
|
|||
elsif params[:view_style] == "fluid"
|
||||
cookies[:view_style] = ""
|
||||
end
|
||||
|
||||
@view_mode = if cookies[:view_style] == "collapsed"
|
||||
:fixed
|
||||
else
|
||||
:fluid
|
||||
end
|
||||
end
|
||||
|
||||
def respond_with_notes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue