Remove hidespan helper method
This commit is contained in:
parent
9bc41e31ec
commit
e8f661f555
|
@ -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
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue