Not used
This commit is contained in:
@@ -6,11 +6,4 @@ module ApplicationHelper
|
||||
def icon_tag(name, **options)
|
||||
tag.span class: class_names("icon icon--#{name}", options.delete(:class)), "aria-hidden": true, **options
|
||||
end
|
||||
|
||||
def circled_text(text, **options)
|
||||
tag.mark(class: class_names("circled-text", options.delete(:class)), **options) do
|
||||
concat text
|
||||
concat(tag.span("", "aria-hidden": true))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user