Skip to content

Commit

Permalink
Let the confirmation link in the accept mail be https://
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Dec 11, 2024
1 parent 738aea2 commit c26df25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/decorators/proposal_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def decline_button

def confirm_link
h.link_to 'confirmation page',
h.event_proposal_url(object.event, object)
h.event_proposal_url(object.event, object, protocol: 'https')
end

def state_label(small: false, state: nil, show_confirmed: false)
Expand Down

0 comments on commit c26df25

Please sign in to comment.