diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js index 2f4348fac..2ae12b725 100644 --- a/app/assets/config/manifest.js +++ b/app/assets/config/manifest.js @@ -3,3 +3,4 @@ //= link_directory ../stylesheets .scss //= link_tree ../../javascript .js //= link_tree ../../../vendor/javascript .js +//= link application.css diff --git a/app/models/affiliation.rb b/app/models/affiliation.rb index 161231ba5..45b822b4d 100644 --- a/app/models/affiliation.rb +++ b/app/models/affiliation.rb @@ -4,7 +4,7 @@ def self.all data = [] data << { code: "23100", name: "Astrophysical Sciences" } data << { code: "HPC", name: "High Performance Computing" } - data << { code: "RDSS", name: "Research Data and Scholarly Services" } + data << { code: "RDSS", name: "Research Data and Scholarship Services" } data << { code: "PRDS", name: "Princeton Research Data Service" } data << { code: "PPPL", name: "Princeton Plasma Physics Laboratory" } data diff --git a/app/views/projects/_edit_form.html.erb b/app/views/projects/_edit_form.html.erb index c39cff5ff..d66e48536 100644 --- a/app/views/projects/_edit_form.html.erb +++ b/app/views/projects/_edit_form.html.erb @@ -2,7 +2,7 @@

Project Roles

-
+
Required
@@ -20,7 +20,7 @@
-
+
Required
@@ -39,7 +39,7 @@
-
+
@@ -60,9 +60,9 @@
-
+
-
+
@@ -87,7 +87,7 @@

Project Description

<% if current_user.superuser? %> -
+
@@ -96,7 +96,7 @@
<% end %> -
+
Required
@@ -111,7 +111,7 @@ Make the field readonly so the user cannot change it, but leave it as an HTML INPUT so that it is send back to the controller (we don't want to lose this value) --> -
+
@@ -121,7 +121,7 @@
<% if (current_user.superuser? || current_user.eligible_sysadmin?) %> -
+
@@ -133,37 +133,36 @@ <% end %> <% end %> -
-
- -
Required
-
-
- <%= @project.project_directory_parent_path %>/ - -
-
+
+
+ +
Required
+
+
+ <%= @project.project_directory_parent_path %>/ + +
+
-
-
- -
Required
-
-
- -
-
-
+
+
+ +
Required
+
+
+ +
+
-
+
@@ -171,7 +170,7 @@
-
+
@@ -185,8 +184,7 @@ <%= link_to "Cancel", root_path, class: "btn btn-secondary", id: "cancel-btn" %> <% end %>
- -
+