Sha256: 6dd3554811a297225e84f35b7bc279fd7cc1672c46e4c34882aaee6b94b57c06
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 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("activoate.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.9 | lib/generators/activoate/activoated/templates/view_form_formtastic.html.erb |
activoate-0.7.5 | lib/generators/activoate/activoated/templates/view_form_formtastic.html.erb |