1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-07 16:11:30 +00:00

add empty line after guard clause to SettingsHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@20047 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-09-17 15:49:14 +00:00
parent d7e881617d
commit 266dda6ccc

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)