diff --git a/app/views/admin/submissions/edit/_admin_feedback_files.html.erb b/app/views/admin/submissions/edit/_admin_feedback_files.html.erb
index f3e2020af..0c3218279 100644
--- a/app/views/admin/submissions/edit/_admin_feedback_files.html.erb
+++ b/app/views/admin/submissions/edit/_admin_feedback_files.html.erb
@@ -19,4 +19,3 @@
<% end %>
-
diff --git a/app/views/admin/submissions/edit/_federal_funding_language_admin.html.erb b/app/views/admin/submissions/edit/_federal_funding_language_admin.html.erb
index 4e9b6be11..7a6e9fb6a 100644
--- a/app/views/admin/submissions/edit/_federal_funding_language_admin.html.erb
+++ b/app/views/admin/submissions/edit/_federal_funding_language_admin.html.erb
@@ -2,4 +2,4 @@
Federal Funding Statement
<%= render partial: 'shared/federal_funding_form', locals: {f: f} %>
-
\ No newline at end of file
+
diff --git a/app/views/approver/_federal_funding_language_approver.html.erb b/app/views/approver/_federal_funding_language_approver.html.erb
index 9c7cee068..8b118c8d1 100644
--- a/app/views/approver/_federal_funding_language_approver.html.erb
+++ b/app/views/approver/_federal_funding_language_approver.html.erb
@@ -3,40 +3,39 @@
Federal Funding Statement
<%= I18n.t("#{current_partner.id}.federal_funding_admin.intro_1").html_safe %>
<%= f.label :federal_funding_used, I18n.t("#{current_partner.id}.federal_funding_admin.question_1").html_safe %>I accept and approve <%= @author.full_name %>'s <%= @submission.degree.degree_type.name.to_s.downcase %> and agree to distribution as indicated by the access level.
@@ -35,7 +35,7 @@ label: false %><%= I18n.t("#{current_partner.id}.federal_funding_author.intro_5").html_safe %>
-<%= I18n.t("#{current_partner.id}.federal_funding_author.intro_6").html_safe %>
\ No newline at end of file +<%= I18n.t("#{current_partner.id}.federal_funding_author.intro_6").html_safe %>
diff --git a/app/views/author/submissions/_federal_funding_language_author.html.erb b/app/views/author/submissions/_federal_funding_language_author.html.erb index fa8cc5618..66ef4b5e8 100644 --- a/app/views/author/submissions/_federal_funding_language_author.html.erb +++ b/app/views/author/submissions/_federal_funding_language_author.html.erb @@ -5,4 +5,3 @@<%= I18n.t("graduate.submission.acknowledge.description") %>
- <%= simple_form_for @ack, url: author_submission_acknowledge_update_path, method: :patch do |form| %> -Upload your thesis/dissertation to the eTD website for format review, including your front matter, back matter and at least 3 chapters. The Office of Theses and Dissertations will check the format review and email you a PDF with comments. When all corrections are made submit the final by the final submission deadline, no changes can be made after the final is submitted.
+ <% unless current_partner.honors? %> +Upload your thesis/dissertation to the eTD website for format review, including your front matter, back matter and at least 3 chapters. The Office of Theses and Dissertations will check the format review and email you a PDF with comments. When all corrections are made submit the final by the final submission deadline, no changes can be made after the final is submitted.
+ <% end %> <% if current_partner.graduate? %>There is a one-time fee for each thesis and/or dissertation submission required prior to the final submission of the thesis or dissertation. The fee can be paid at the Payment Section of the Fox Graduate School Thesis and Dissertation Information webpage. You will not be permitted to submit your final document unless the fee is paid.
<% end %> diff --git a/app/views/shared/_federal_funding_form.html.erb b/app/views/shared/_federal_funding_form.html.erb index 0f7ec8ae8..6a7644ff5 100644 --- a/app/views/shared/_federal_funding_form.html.erb +++ b/app/views/shared/_federal_funding_form.html.erb @@ -1,40 +1,39 @@