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" %>