There was an error while loading. Please reload this page.
1 parent 9b3b567 commit bb6dc7eCopy full SHA for bb6dc7e
lib/formtastic/inputs/dragonfly_input.rb
@@ -90,7 +90,7 @@ def fragment_download_html
90
name = name.blank? ? "Download" : name
91
template.link_to name, original_url
92
else
93
- "<span class='no-file'>#{I18n.t("dragonfly.no_file")}</div>".html_safe
+ "<span class='no-file'>#{I18n.t("dragonfly.no_file")}</span>".html_safe
94
end
95
fragment_label_html(:download) << download
96
0 commit comments