Sha256: d0a38f5ccbe436a2086ad1348886a806d37e8d603f6863caa62678cbb301d121

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

= form_for @<%= model_name.underscore  %>, :url => <%= singular_controller_routing_path %>_path(@<%= resource_name %>), :html => { :class => "edit_<%= model_name.underscore  %>", :id => "edit_<%= model_name.underscore %>" } do |f|
  input name="_method" type="hidden" value="put"
  = render :partial => "form", :locals => {:f => f}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twitter-bootstrap-rails-2.0.3 lib/generators/bootstrap/themed/templates/edit.html.slim
twitter-bootstrap-rails-2.0.1.0 lib/generators/bootstrap/themed/templates/edit.html.slim
twitter-bootstrap-rails-2.0.2 lib/generators/bootstrap/themed/templates/edit.html.slim
twitter-bootstrap-rails-2.0.1 lib/generators/bootstrap/themed/templates/edit.html.slim
twitter-bootstrap-rails-2.0.0 lib/generators/bootstrap/themed/templates/edit.html.slim