docbrown/app/views/admin/display_ads/edit.html.erb
ludwiczakpawel bf8e2e53f1
Titles & subtitles cleanup (#10508)
* .

* .

* .
2020-10-02 12:37:39 +02:00

7 lines
256 B
Text

<h2 class="crayons-title mb-6">Edit Display Ad:</h2>
<div class="crayons-card p-6">
<%= form_for([:admin, @display_ad], method: :patch) do %>
<%= render "form" %>
<%= submit_tag "Update Display Ad", class: "btn btn-primary" %>
<% end %>
</div>