Sha256: 78f8e6117478a698f1802cd7717603e07b18f4719ccc7e286ec9d3ffe353933f

Contents?: true

Size: 952 Bytes

Versions: 1

Compression:

Stored size: 952 Bytes

Contents

<fieldset>
	<%= form.input :title -%>
	<%= form.input :slug, :hint => "Leave blank for an auto-generated slug based on the title." -%>
	<%= form.input :body, :hint => "<a target='_blank' href='http://textile.thresholdstate.com/'>Textile enabled</a>. Use Ctrl+E to switch between preview and edit mode.".html_safe -%>
</fieldset>
<%= render :partial => 'enki/admin/posts/upload_form', :locals => { :form => form } -%>
<%= render :partial => 'enki/admin/posts/taggings_form', :locals => { :form => form } if tags? -%>
<fieldset>
	<%= form.input :published_at_natural, :label => 'Published at', :as => 'string', :hint => 'Example: now, yesterday, 1 hour from now, '.html_safe + link_to("more&hellip;".html_safe, "http://chronic.rubyforge.org/") -%>
	<%= form.input :minor_edit, :as => 'boolean', :hint => 'Minor edits will not show up as refreshed in feed readers. Use this to fix spelling mistakes and the like.' unless @post.new_record? -%>
</fieldset>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enki-engine-0.0.5 app/views/enki/admin/posts/_form.html.erb