-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pdf notice only for grad school and only for format reviews. (#845)
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
app/views/author/submissions/_final_submission_file_label.html.erb
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,2 +1,2 @@ | ||
<label><strong>Upload Final Submission Files<span class="required-asterisk">*</span></strong></label> | ||
<p>Select one or more files to upload. Selected files will be uploaded when the form is submitted. <br><strong>PLEASE NOTE THAT ONLY PDF FILES ARE ACCEPTABLE.</strong></p> | ||
<p>Select one or more files to upload. Selected files will be uploaded when the form is submitted.</p> |
4 changes: 3 additions & 1 deletion
4
app/views/author/submissions/_format_review_file_label.html.erb
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,2 +1,4 @@ | ||
<label><strong>Upload Format Review Files<span class="required-asterisk">*</span></strong></label> | ||
<p>Select one or more files to upload. Selected files will be uploaded when the form is submitted. <br><strong>PLEASE NOTE THAT ONLY PDF FILES ARE ACCEPTABLE.</strong></p> | ||
<p>Select one or more files to upload. Selected files will be uploaded when the form is submitted. | ||
<%= '<br><strong>PLEASE NOTE THAT ONLY PDF FILES ARE ACCEPTABLE.</strong>'.html_safe if current_partner.graduate? %> | ||
</p> |