Pronoun question and a few fixes

This commit is contained in:
Godwin
2017-06-12 21:27:13 -07:00
parent 6a6dfca503
commit 2ecda2bc74
15 changed files with 91 additions and 51 deletions
+5
View File
@@ -285,6 +285,11 @@ module FormHelper
html += show_errors name, value
if options[:warning].present?
description_id ||= "#{id}-desc"
html += content_tag(:div, _(options[:warning], :s, 2), id: description_id, class: 'warning-info')
end
inside_label = ''
if options[:type] == :file