diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 86b08db45..52783033c 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -6,8 +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 filterable_name(text) - I18n.transliterate(text.to_s).downcase - end end diff --git a/app/views/prompts/collections/users/_user.html.erb b/app/views/prompts/collections/users/_user.html.erb index 4024b2d06..836467bca 100644 --- a/app/views/prompts/collections/users/_user.html.erb +++ b/app/views/prompts/collections/users/_user.html.erb @@ -1,4 +1,4 @@ -" sgid="<%= user.attachable_sgid %>"> +" sgid="<%= user.attachable_sgid %>">