diff options
| author | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-11-15 12:34:30 +0400 |
|---|---|---|
| committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-11-15 12:34:30 +0400 |
| commit | 368deb5992f27fce9a23629229af4367ba38f901 (patch) | |
| tree | c76ca9922a8b789924032cfef63e7e52544add5d /app/helpers/application_helper.rb | |
| parent | 415eddaf39d7e1ffc4bf009d43a273614224909b (diff) | |
| download | gitlab-ce-368deb5992f27fce9a23629229af4367ba38f901.tar.gz | |
clean up whitespace from project
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 17c831daf80..4768ea81099 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -11,7 +11,7 @@ module ApplicationHelper end def body_class(default_class = nil) - main = content_for(:body_class).blank? ? + main = content_for(:body_class).blank? ? default_class : content_for(:body_class) @@ -42,7 +42,7 @@ module ApplicationHelper else "Never" end - rescue + rescue "Never" end |
