Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
79b44ab7
Commit
79b44ab7
authored
Oct 23, 2018
by
Jiri Strojil
Browse files
Fixed link
parent
2d3b1af4
Pipeline
#29336
passed with stage
in 61 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/models/semester_process_mail.rb
View file @
79b44ab7
...
...
@@ -79,7 +79,12 @@ class SemesterProcessMail < ApplicationRecord
end
def
feedback_url
(
options
=
{})
review_semester_semester_process_volunteer_path
(
semester_process_volunteer
)
action
=
:review_semester
path
=
semester_process_volunteer
Rails
.
application
.
routes
.
url_helpers
.
polymorphic_url
(
path
,
ActionMailer
::
Base
.
default_url_options
.
merge
(
action:
action
)
)
end
private
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment