Sha256: 236fabdc83e0ae2bb9feacb15925bf995a26f726a2fd3e11e1c8a6139fe1cc36

Contents?: true

Size: 361 Bytes

Versions: 5

Compression:

Stored size: 361 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} %>
<%% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twitter-bootstrap-rails-2.0.2 lib/generators/bootstrap/themed/templates/edit.html.erb
twitter-bootstrap-rails-2.0.1 lib/generators/bootstrap/themed/templates/edit.html.erb
twitter-bootstrap-rails-2.0.0 lib/generators/bootstrap/themed/templates/edit.html.erb
twitter-bootstrap-rails-2.0rc0 lib/generators/bootstrap/themed/templates/edit.html.erb
twitter-bootstrap-rails-2.0 lib/generators/bootstrap/themed/templates/edit.html.erb