mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
Fix hidespan helper using not existing Bootstrap class
This commit is contained in:
parent
22ae1f6655
commit
0bc4a5b968
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue