From e8f661f5551db608ad06c736a298c059731ac37f Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 2 Mar 2024 21:36:02 +0100 Subject: [PATCH] Remove hidespan helper method --- app/helpers/bootstrap_helper.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/helpers/bootstrap_helper.rb b/app/helpers/bootstrap_helper.rb index e6ae6981..ae1b2bfb 100644 --- a/app/helpers/bootstrap_helper.rb +++ b/app/helpers/bootstrap_helper.rb @@ -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 ##