Sha256: 24f052584314219d571ca81f6af87a68bed0b2807ee2953e0fce1e0131777415
Contents?: true
Size: 416 Bytes
Versions: 1
Compression:
Stored size: 416 Bytes
Contents
<%= simple_form_for( [:admin, @post] ) do |f| %> <%= f.label :title %> <%= f.text_field :title %> <%= f.label :story_link %> <%= f.text_field :story_link %> <%= f.label :published_at %> <%= f.text_field :published_at %> <%= f.label :draft %> <%= f.check_box :draft %> <%= f.label :body %> <%= f.text_area :body, style: "width: 60em; height: 15em;" %> <div> <%= f.submit 'Save' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
engrave-1.0.0 | app/views/admin/posts/_form.html.erb |