Skip to content

Commit dcff9e2

Browse files
committed
Replace signup icon
1 parent 5f6afad commit dcff9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/swb/dropdown/event/participant_add.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module Swb::Dropdown::Event::ParticipantAdd
1111
module ClassMethods
1212
def for_user(template, _group, event, _user)
1313
return super unless event.is_a?(Event::ExternalTraining)
14-
template.action_button(I18n.t("event_decorator.apply"), event.external_link, :check)
14+
template.action_button(I18n.t("event_decorator.apply"), event.external_link, :"user-add")
1515
end
1616
end
1717
end

0 commit comments

Comments
 (0)