From 08d45dc977ed8dc9566b4e2a4453ba88ec9c7d38 Mon Sep 17 00:00:00 2001 From: Kate Lynch Date: Thu, 16 Nov 2023 14:08:49 -0500 Subject: [PATCH] Added modal styling to form --- .../_report_biased_results_form.html.erb | 72 ++++++++++--------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/app/views/catalog/_report_biased_results_form.html.erb b/app/views/catalog/_report_biased_results_form.html.erb index 74ba37a4b..9b4836fb4 100644 --- a/app/views/catalog/_report_biased_results_form.html.erb +++ b/app/views/catalog/_report_biased_results_form.html.erb @@ -1,42 +1,44 @@ -
- Library holdings and catalog search results can reflect discriminatory attitudes and assumptions. -
-
- You can help us address this issue by reporting any biased or harmful results you encounter on Library search tools by using the form below. If you would prefer to report this anonomously, you may leave the name end email fields blank. -
-
-
- -<%= form_tag("/biased-results", method: :post) do %> -
- <%= label_tag(:message, "Message:") %>*
- <%= text_area_tag(:message, "", :size => "60x5", placeholder: "Please include any additional comments here") %> -
- -
- <%= label_tag(:name, "Name (optional):") %>
- <%= text_field_tag(:name) %> -
- -
- <%= label_tag(:email, "Email (optional):") %>
- <%= text_field_tag(:email) %> -
- -
- <%= submit_tag "Submit", class: 'btn btn-primary', id: "form-submit" %> - <%= button_tag "Cancel", class: 'btn btn-secondary', id: "form-cancel" %> -
- +