Sha256: c57a96d86f9dbd3b9927cca51af74576ee220482d869688bccc1185727c42117
Contents?: true
Size: 350 Bytes
Versions: 3
Compression:
Stored size: 350 Bytes
Contents
<td colspan="6"> <%= 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
3 entries across 3 versions & 1 rubygems