From df13babca715cf55c26b41c7c74207db7acbc9a0 Mon Sep 17 00:00:00 2001 From: Kris Date: Sat, 3 Feb 2024 11:08:06 -0500 Subject: [PATCH] more bootstrap styling --- app/views/suggestions/_form.html.erb | 2 +- app/views/suggestions/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/suggestions/_form.html.erb b/app/views/suggestions/_form.html.erb index 44315b8..a75eee6 100644 --- a/app/views/suggestions/_form.html.erb +++ b/app/views/suggestions/_form.html.erb @@ -29,6 +29,6 @@
- <%= form.submit "Send Suggestion", class: "btn btn-primary" %> + <%= form.submit "Send Suggestion", class: "btn btn-primary btn-lg" %>
<% end %> diff --git a/app/views/suggestions/index.html.erb b/app/views/suggestions/index.html.erb index fa17910..a4e8f65 100644 --- a/app/views/suggestions/index.html.erb +++ b/app/views/suggestions/index.html.erb @@ -11,4 +11,4 @@ <% end %> -<%= link_to "New suggestion", new_suggestion_path, class: "btn btn-primary" %> +<%= link_to "New suggestion", new_suggestion_path, class: "btn btn-primary btn-lg" %>