Sha256: 7cf9c0164b55b9919ae4eeedc54c08484f99952fc110073e70f81ce1c63ce8d0

Contents?: true

Size: 179 Bytes

Versions: 13

Compression:

Stored size: 179 Bytes

Contents

<%= form_for @article, :html => {:id => "article-form"} do |f| %>
  Title:
  <%= f.text_field :title %>
  
  Body:
  <%= f.text_area :body %>
  
  <%= f.submit :Save %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
paloma-1.2.6 spec/sample_app/app/views/articles/new.html.erb
paloma-1.2.5 spec/sample_app/app/views/articles/new.html.erb
paloma-1.2.4 spec/sample_app/app/views/articles/new.html.erb
paloma-1.2.3 spec/sample_app/app/views/articles/new.html.erb
paloma-1.2.2 spec/sample_app/app/views/articles/new.html.erb
paloma-1.2.1 spec/sample_app/app/views/articles/new.html.erb
paloma-1.2.0 spec/sample_app/app/views/articles/new.html.erb
paloma-0.0.8 spec/sample_app/app/views/articles/new.html.erb
paloma-0.0.7 spec/sample_app/app/views/articles/new.html.erb
paloma-0.0.6 spec/sample_app/app/views/articles/new.html.erb
paloma-0.0.5 spec/sample_app/app/views/articles/new.html.erb
paloma-0.0.4 spec/sample_app/app/views/articles/new.html.erb
paloma-0.0.2 spec/sample_app/app/views/articles/new.html.erb