mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 10:15:54 -07:00
Visual edits. Add triangular shape to headers on all pages
This commit is contained in:
parent
bede13b983
commit
b62e3eb0ca
7 changed files with 68 additions and 114 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<h1>Contact Form</h1>
|
||||
</div>
|
||||
<%= form_for @contact, url: home_index_path, method: :create, data: { turbo: false } do |f| %>
|
||||
<hr class="color-secondary" />
|
||||
<hr class="color-dark-blue" />
|
||||
<div class="form-group">
|
||||
<%= f.label :name %></br>
|
||||
<%= f.text_field :name, required: true, class: "form-control" %></br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue