github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/_fixtures/default/templates/widgets/new.plush.html (about) 1 <div class="py-4 mb-2"> 2 <h3 class="d-inline-block">New Widget</h3> 3 </div> 4 5 <%= formFor(widget, {action: widgetsPath(), method: "POST"}) { %> 6 <%= partial("widgets/form.html") %> 7 <%= linkTo(widgetsPath(), {class: "btn btn-warning", "data-confirm": "Are you sure?", body: "Cancel"}) %> 8 <% } %>