Fix hidespan helper using not existing Bootstrap class
This commit is contained in:
parent
22ae1f6655
commit
0bc4a5b968
|
@ -48,7 +48,7 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def hidespan(body, hide)
|
||||
content_tag(:span, body, class: "hidden-#{hide}")
|
||||
content_tag(:span, body, class: hide)
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue