mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 13:56:03 +01:00
Remove hidespan helper method
This commit is contained in:
parent
9bc41e31ec
commit
e8f661f555
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ module BootstrapHelper
|
|||
def time_tooltip(subject, placement = "bottom")
|
||||
tooltip time_ago_in_words(subject.created_at), localize(subject.created_at), placement
|
||||
end
|
||||
|
||||
def hidespan(body, hide)
|
||||
content_tag(:span, body, class: hide)
|
||||
end
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue