-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update confluence links * Update spec/mailers/approve_request_mailer_spec.rb Co-authored-by: Jane Sandberg <sandbergja@users.noreply.github.com> * Update spec/mailers/approve_request_mailer_spec.rb Co-authored-by: Jane Sandberg <sandbergja@users.noreply.github.com> * fixing error with newline --------- Co-authored-by: Christina Chortaria <actspatial@gmail.com> Co-authored-by: Jane Sandberg <sandbergja@users.noreply.github.com> Co-authored-by: lizgarciao2 <lizg454545@gmail.com>
- Loading branch information
1 parent
b618995
commit 8d21590
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
The following request was submitted on <%= @request.formatted_created_at %>. <%= @request.latest_state_change_title %> | ||
<%= @request.forward_statement %> | ||
<% if @request.travel? %> | ||
Your request has been assigned to <%= @request.travel_category%> travel category. To find more information about Travel Categories see https://lib-confluence.princeton.edu/display/LSC/Princeton+University+Library+Travel+Policy+and+Best+Practices | ||
Your request has been assigned to <%= @request.travel_category%> travel category. To find more information about Travel Categories see https://pul-confluence.atlassian.net/wiki/spaces/LSC/pages/1933321/Princeton+University+Library+Travel+Policy+and+Best+Practices | ||
<% end %> | ||
<% if @request.request_type == 'AbsenceRequest' %> | ||
Please proceed with recording your absence in the HR Self Service system (http://www.princeton.edu/hr/progserv/sds/applications/selfservice.html) as soon as possible. Your supervisor will be confirming that you have reported this information at the end of the month. | ||
<% end %> | ||
|
||
To view your request go to <%= @request.show_path %> | ||
|
||
<%= render "mailer/review_details", details: @request.approve_details %> | ||
<%= render "mailer/review_details", details: @request.approve_details %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters