mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-29 20:25:09 -04:00
Whitespace fixup
This commit is contained in:
@@ -20,6 +20,6 @@ module AutoSuggestHelper
|
||||
</noscript>
|
||||
<input id="#{resource}_#{source}_id" class="auto-suggest-id"
|
||||
type="hidden" name="#{resource}[#{source}_id]" value="#{default_id}">
|
||||
).html_safe # rubocob:ignore Rails/OutputSafety
|
||||
).html_safe # rubocob:ignore Rails/OutputSafety
|
||||
end
|
||||
end
|
||||
|
||||
@@ -29,7 +29,7 @@ module GardensHelper
|
||||
output += ", planted on #{planting.planted_at}</li>"
|
||||
end
|
||||
output += '</ul>'
|
||||
output.html_safe # rubocob:ignore Rails/OutputSafety
|
||||
output.html_safe # rubocob:ignore Rails/OutputSafety
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user