Sha256: 48c1c2c9e7a3f5ea43cffc90ecc5563815c7d4faa266872a7f256868fc68418d
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
<% semantic_form_for @page do |f| %> <%= f.inputs :title, :body, :tag_list %> <% f.inputs do %> <%= f.input :status, :as => :select, :collection => %w(draft publish) %> <% end %> <%= f.buttons :commit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
content_engine-0.1.0 | app/views/content_engine/pages/_form.erb |