Skip to content

Commit 92caab4

Browse files
committed
Let the confirmation link in the accept mail be https://
1 parent 738aea2 commit 92caab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/decorators/proposal_decorator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def decline_button
132132

133133
def confirm_link
134134
h.link_to 'confirmation page',
135-
h.event_proposal_url(object.event, object)
135+
h.event_proposal_url(object.event, object, protocol: 'https')
136136
end
137137

138138
def state_label(small: false, state: nil, show_confirmed: false)

0 commit comments

Comments
 (0)