We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6afad commit dcff9e2Copy full SHA for dcff9e2
app/helpers/swb/dropdown/event/participant_add.rb
@@ -11,7 +11,7 @@ module Swb::Dropdown::Event::ParticipantAdd
11
module ClassMethods
12
def for_user(template, _group, event, _user)
13
return super unless event.is_a?(Event::ExternalTraining)
14
- template.action_button(I18n.t("event_decorator.apply"), event.external_link, :check)
+ template.action_button(I18n.t("event_decorator.apply"), event.external_link, :"user-add")
15
end
16
17
0 commit comments