<% if current_user.superuser? %>
@@ -95,7 +94,7 @@
-
+
<% end %>
@@ -103,112 +102,209 @@
Required
-
-
- <%= image_tag("custom_error.svg", alt: "This field is required") %>
-
This field is required.
-
-
-
+
- <% if @project.in_mediaflux? %>
+ <% if @project.in_mediaflux? %>
-
+ 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)
+ -->
+
-
-
+
-
+
-
+
<% if (current_user.superuser? || current_user.eligible_sysadmin?) %>
-
-
-
-
-
-
-
-
-
This project has already been saved to Mediaflux and the project_directory cannot be changed
-
-
+
+
+
+
+
+
+
This project has already been saved to Mediaflux and the project_directory cannot be changed