Sha256: 605a20a1df989917533ae56f613453b4e0a80d9f68f05f55a473e2301f2e4647

Contents?: true

Size: 328 Bytes

Versions: 4

Compression:

Stored size: 328 Bytes

Contents

<h1>Editing post - <%= link_to(@post.title, post_path(@post)) %></h1>

<%= simple_form_for @post, :url => enki.admin_post_path(@post) do |form| %>  
  <%= render :partial => 'enki/admin/posts/form', :locals => {:form => form} %>
  <div class="actions">
    <button type="submit" class="button">Save</button>
  </div>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enki-engine-0.0.5 app/views/enki/admin/posts/show.html.erb
enki-engine-0.0.4 app/views/enki/admin/posts/show.html.erb
enki-engine-0.0.3 app/views/enki/admin/posts/show.html.erb
enki-engine-0.0.2 app/views/enki/admin/posts/show.html.erb