From 7db866684a424c91fe734a8d79da23846ab78ad0 Mon Sep 17 00:00:00 2001 From: James Dinkel Date: Sun, 24 Aug 2025 12:07:06 -0500 Subject: [PATCH] Add form editor view --- views/edit.erb | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 views/edit.erb diff --git a/views/edit.erb b/views/edit.erb new file mode 100644 index 0000000..5038044 --- /dev/null +++ b/views/edit.erb @@ -0,0 +1,85 @@ +

<%= @page_title %>

+ +<% if @assistant.errors.any? %> +
+ +
+<% end %> + +
"> + <% if !@assistant.new? %> + + <% end %> + + + <%== csrf_tag('/assistants') %> + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ Cancel +
+
+
\ No newline at end of file