Skip to content

Commit

Permalink
Buttons: Red. Descriptions: Added
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiwitch committed Feb 1, 2022
1 parent 38d7135 commit 114896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/admin/sites/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<% end %>

<h2>Other neighbourhoods to include</h2>
<p>These neighbourhoods are added to the site event directory</p>

<div class="sites_neighbourhoods">
<%= f.simple_fields_for :sites_neighbourhoods do |neighbourhood| %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/sites/_sites_neighbourhood_fields.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<%= f.label :ignore, class: 'cocoon_delete-this' if f.object.relation_type == 'Primary' %>
<div class="input-group-append p-0">
<%= f.hidden_field :relation_type, value: 'Secondary' %>
<%= link_to_remove_association 'Remove', f, class: "pl-2 pt-1" %>
<%= link_to_remove_association 'Remove', f, class: "pl-2 pt-1 text-danger" %>
</div>
</fieldset>

0 comments on commit 114896d

Please sign in to comment.