Sha256: 6025cfc8e2b8edf6c48ee7abeaa2b33f530f174b8612ac6e9aa1848c7b9453e1
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
<% semantic_form_for @article 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/articles/_form.erb |