From a6929cddd59e6f2a1df5b722194d84e8fb68b9d4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 17 Dec 2023 20:08:47 +0000 Subject: Removed bootstrap styling.... --- app/views/events/_form.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/events/_form.html.erb b/app/views/events/_form.html.erb index da7f932..4c718ae 100644 --- a/app/views/events/_form.html.erb +++ b/app/views/events/_form.html.erb @@ -12,16 +12,16 @@ <% end %>
- <%= form.label :date, style: "display: block", class: "form-label" %> - <%= form.date_field :date, class: "form-control" %> + <%= form.label :date, style: "display: block" %> + <%= form.date_field :date %>
- <%= form.label :name, style: "display: block", class: "form-label" %> - <%= form.text_field :name, class: "form-control" %> + <%= form.label :name, style: "display: block" %> + <%= form.text_field :name %>
- <%= form.submit class: "btn btn-primary mt-2"%> + <%= form.submit style: "background: green; color: white; margin-top: 2px;"%>
<% end %> -- cgit v1.2.3