Remove hidespan helper method

This commit is contained in:
Andreas Nedbal 2024-03-02 21:36:02 +01:00 committed by Andreas Nedbal
parent 9bc41e31ec
commit e8f661f555
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ module BootstrapHelper
def time_tooltip(subject, placement = "bottom") def time_tooltip(subject, placement = "bottom")
tooltip time_ago_in_words(subject.created_at), localize(subject.created_at), placement tooltip time_ago_in_words(subject.created_at), localize(subject.created_at), placement
end end
def hidespan(body, hide)
content_tag(:span, body, class: hide)
end end
## ##