Sha256: 7bc0a3fa167419f7b39fe9b081f96ac996295d3d714a9d241de5048fd66cc99d
Contents?: true
Size: 387 Bytes
Versions: 2
Compression:
Stored size: 387 Bytes
Contents
<%%= semantic_form_for @<%= model_name.underscore %>, :url => url do |f| %> <%%= f.inputs do %> <% columns.each do |column| %> <%%= f.input :<%= column.name %> %> <%- end %> <%% end %> <div class="group navform wat-cf"> <%%= submit_button t("activoated.save", :default => "Save"), 'tick' %> <%%= cancel_button <%= controller_routing_path %>_path %> </div> <%% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activoate-0.7.2 | lib/generators/activoate/activoated/templates/view_form_formtastic.html.erb |
activoate-0.6.8 | lib/generators/activoate/activoated/templates/view_form_formtastic.html.erb |