Sha256: 7d10d525468b6872623a461f6d9b9e05b949e2fa2a34c565372715cacacc870f

Contents?: true

Size: 178 Bytes

Versions: 5

Compression:

Stored size: 178 Bytes

Contents

<% semantic_form_for @page do |f| %>
  <% f.inputs do %>
    <%= f.input :title %>
    <%= f.input :body, :input_html => {:rows => 15} %>
  <% end %>
  <%= f.buttons %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hubbub-0.0.11 lib/app/views/pages/_form.html.erb
hubbub-0.0.10 lib/app/views/pages/_form.html.erb
hubbub-0.0.9 lib/app/views/pages/_form.html.erb
hubbub-0.0.8 lib/app/views/pages/_form.html.erb
hubbub-0.0.6 lib/app/views/pages/_form.html.erb