github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/_fixtures/default/templates/widgets/edit.plush.html (about)

     1  <div class="py-4 mb-2">
     2    <h3 class="d-inline-block">Edit Widget</h3>
     3  </div>
     4  
     5  <%= formFor(widget, {action: widgetPath({ widget_id: widget.ID }), method: "PUT"}) { %>
     6    <%= partial("widgets/form.html") %>
     7    <%= linkTo(widgetPath({ widget_id: widget.ID }), {class: "btn btn-warning", "data-confirm": "Are you sure?", body: "Cancel"}) %>
     8  <% } %>