Browse Source

add empty line after guard clause to SettingsHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@20047 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 years ago
parent
commit
266dda6ccc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/helpers/settings_helper.rb

+ 1
- 0
app/helpers/settings_helper.rb View File

@@ -43,6 +43,7 @@ module SettingsHelper

def render_settings_error(errors)
return if errors.blank?

s = ''.html_safe
errors.each do |name, message|
s << content_tag('li', content_tag('b', l("setting_#{name}")) + " " + message)

Loading…
Cancel
Save