Sha256: 0057917802d199f61172112192a5c4c4bba6d7995b4fea8e3cb731c2ecbbd20b

Contents?: true

Size: 535 Bytes

Versions: 6

Compression:

Stored size: 535 Bytes

Contents

<%= manage_form_for @post, :url => @post.new_record? ? manage_structure_posts_path(@structure.id) : manage_structure_post_path(@structure.id, @post.id) do |f| %>
  <div class="edit-cont">
    <div class="inputs-bl">
      <%= f.input :title, :input_html => { :class => "text name" } %>
      
      <%= f.input :published_at %>
      
      <%= f.ckeditor :content, :input_html => options_for_ckeditor(:width => 860) %>
    </div>
  </div>  
    
  <%= f.button :submit, :url => manage_structure_posts_path(@structure.id) %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunrise-posts-0.1.5 app/views/manage/posts/_form.html.erb
sunrise-posts-0.1.4 app/views/manage/posts/_form.html.erb
sunrise-posts-0.1.3 app/views/manage/posts/_form.html.erb
sunrise-posts-0.1.2 app/views/manage/posts/_form.html.erb
sunrise-posts-0.1.1 app/views/manage/posts/_form.html.erb
sunrise-posts-0.1.0 app/views/manage/posts/_form.html.erb