diff options
| author | gitlabhq <m@gitlabhq.com> | 2011-11-11 11:35:51 -0500 |
|---|---|---|
| committer | gitlabhq <m@gitlabhq.com> | 2011-11-11 11:35:51 -0500 |
| commit | 49b2fb24bc0a06b41c6ff328f8a8c63b26921c31 (patch) | |
| tree | e8ba976576452b06dfaa61f69f6bb2a0c696555e /app/helpers/application_helper.rb | |
| parent | c092f3972a45e0b83ec80f8ebfc39d488efcab9d (diff) | |
| download | gitlab-ce-49b2fb24bc0a06b41c6ff328f8a8c63b26921c31.tar.gz | |
remove fluiod layout
Diffstat (limited to 'app/helpers/application_helper.rb')
| -rw-r--r-- | app/helpers/application_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 9c072f629b2..17c831daf80 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -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) |
