remove fluiod layout
This commit is contained in:
parent
c092f3972a
commit
49b2fb24bc
6 changed files with 7 additions and 26 deletions
|
@ -7,7 +7,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def fixed_mode?
|
||||
@view_mode == :fluid
|
||||
true
|
||||
end
|
||||
|
||||
def body_class(default_class = nil)
|
||||
|
@ -15,7 +15,7 @@ module ApplicationHelper
|
|||
default_class :
|
||||
content_for(:body_class)
|
||||
|
||||
[main, @view_mode].join(" ")
|
||||
[main, "collapsed"].join(" ")
|
||||
end
|
||||
|
||||
def commit_name(project, commit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue