diff --git a/app/views/committee_members/_committee_member.html.erb b/app/views/committee_members/_committee_member.html.erb index 69607b4..7dad4c4 100644 --- a/app/views/committee_members/_committee_member.html.erb +++ b/app/views/committee_members/_committee_member.html.erb @@ -8,10 +8,12 @@ method: :delete, class: "btn btn-close pull-right", remote: true, data: { confirm: "Are you sure?" } do %> <% end %> <% end %> <% else %> - <%= hidden_field_tag "committee_member_ids[]", committee_member.id %> - -   - + <% if current_user.role != User::STUDENT %> + <%= hidden_field_tag "committee_member_ids[]", committee_member.id %> + +   + + <% end %> <% end %> diff --git a/app/views/reports/by_status.html.erb b/app/views/reports/by_status.html.erb index e2440a9..5aa1a01 100644 --- a/app/views/reports/by_status.html.erb +++ b/app/views/reports/by_status.html.erb @@ -8,7 +8,7 @@
-

Grouped by Publish On Date

+

Grouped by Publication Date


-

Publish on

+

Publication Date

<%= @thesis.published_date ? @thesis.published_date.strftime("%B %d, %Y") : format(@thesis.published_date) %>

Degree Name and Level

<%= format @thesis.degree_name %> - <%= format @thesis.degree_level %>

diff --git a/app/views/student_view/process/submit.html.erb b/app/views/student_view/process/submit.html.erb index 7b1a109..4c83039 100644 --- a/app/views/student_view/process/submit.html.erb +++ b/app/views/student_view/process/submit.html.erb @@ -23,7 +23,7 @@

<%= format @thesis.supervisor %>

Exam date

<%= @thesis.exam_date.strftime("%B %d, %Y") rescue nil %>

-

Publish on

+

Publication Date

<%= @thesis.published_date ? @thesis.published_date.strftime("%B %d, %Y") : format(@thesis.published_date) %>

diff --git a/app/views/student_view/process/update.html.erb b/app/views/student_view/process/update.html.erb index 99830ae..c975152 100644 --- a/app/views/student_view/process/update.html.erb +++ b/app/views/student_view/process/update.html.erb @@ -10,7 +10,7 @@ <%= progress_bar (Thesis::PROCESS_UPDATE) %>
-

Update Thesis Details

+

Update ETD Details

<%= raw(AppSettings.student_update_details_initial) %>
@@ -35,7 +35,7 @@

<%= format @thesis.supervisor %>

-

Publish On

+

Publication Date

<%= @thesis.published_date ? @thesis.published_date.strftime("%B %d, %Y") : format(@thesis.published_date) %>

diff --git a/app/views/theses/_form_admin_editable.html.erb b/app/views/theses/_form_admin_editable.html.erb index 0119824..5012ef5 100644 --- a/app/views/theses/_form_admin_editable.html.erb +++ b/app/views/theses/_form_admin_editable.html.erb @@ -24,7 +24,7 @@
-<%= f.input :published_date, label: "Publish On", collection: publish_on_dates(6.months) %> +<%= f.input :published_date, label: "Publication Date", collection: publish_on_dates(6.months) %>
diff --git a/app/views/theses/_form_help_text.html.erb b/app/views/theses/_form_help_text.html.erb index 25b8f11..15792e2 100644 --- a/app/views/theses/_form_help_text.html.erb +++ b/app/views/theses/_form_help_text.html.erb @@ -72,7 +72,7 @@ diff --git a/app/views/theses/_form_student_editable.html.erb b/app/views/theses/_form_student_editable.html.erb index c8bc17f..985f9bb 100644 --- a/app/views/theses/_form_student_editable.html.erb +++ b/app/views/theses/_form_student_editable.html.erb @@ -2,15 +2,15 @@
-<%= f.input :language, collection: Thesis::LANGUAGE, readonly: read_only_if_student("language"), input_html: { aria_label: "Language" } %> +<%= f.input :language, collection: Thesis::LANGUAGE, readonly: read_only_if_student("language"), input_html: { aria_label: "Language" }, label_html: { style: "font-size: 17px;" } %> -<%= f.label :abstract, label: "Abstract", required: true, class: "d-block mb-1" %> +<%= f.label :abstract, label: "Abstract", required: true, class: "d-block mb-1", style: "font-size: 17px;" %> <%= AppSettings.student_update_details_abstract.html_safe %> <%= f.input :abstract, input_html: { class: "", rows: "8" }, label: false, readonly: read_only_if_student("abstract") %>
-<%= f.label :loc_subject_ids, label: "Subjects", class: "d-block mb-1" %> +<%= f.label :loc_subject_ids, label: "Subjects", class: "d-block mb-1", style: "font-size: 17px;" %> <%= AppSettings.student_update_details_subjects.html_safe %>
@@ -27,6 +27,6 @@
-<%= f.label :keywords, label: "Keywords", class: "d-block mb-1" %> +<%= f.label :keywords, label: "Keywords", class: "d-block mb-1", style: "font-size: 17px;" %> <%= AppSettings.student_update_details_keywords.html_safe %> <%= f.input :keywords, label: false, input_html: { rows: "2", aria:{ label: "Keywords" } }, readonly: read_only_if_student("keywords") %> diff --git a/app/views/theses/_thesis_details.html.erb b/app/views/theses/_thesis_details.html.erb index 0721a8e..1b1c385 100644 --- a/app/views/theses/_thesis_details.html.erb +++ b/app/views/theses/_thesis_details.html.erb @@ -5,7 +5,7 @@

<%= format @thesis.supervisor %>

Exam date

<%= @thesis.exam_date.strftime("%B %d, %Y") rescue nil %>

-

Publish on

+

Publication Date

<% if @thesis.embargoed == true %> Never