Sha256: 3af3e2e769823cf2ce120861ed102fcc1504d88e9b1f7851c04098dbd15248a3
Contents?: true
Size: 364 Bytes
Versions: 29
Compression:
Stored size: 364 Bytes
Contents
<td colspan="6" id="the_form"> <%= form_for object, url: object.new_record? ? listings_path : listing_path(object), remote: true, html: {class: "form-horizontal"} do |f| %> <%= f.text_field :name %> <%= f.text_field :content %> <%= f.submit "Save", class: "btn btn-primary" %> <button class="btn btn-link cancel">Cancel</button> <% end %> </td>
Version data entries
29 entries across 29 versions & 1 rubygems