Sha256: 4a91ff2a1c3fec7115b1465083f5c302c30c7df96ce243dbb0e7dd4f6524905a

Contents?: true

Size: 292 Bytes

Versions: 6

Compression:

Stored size: 292 Bytes

Contents

<div class="pulitzer-row">
  <ul class="inline-list">
    <li>
      <%= post.title %>
    </li>
    <li>
      <%= ajax_link "Edit post name", edit_post_path(post), {}, dom_target(post) %>
    </li>
    <li>
      <%= link_to 'Edit content', edit_post_path(post) %>
    </li>
  </ul>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulitzer-0.5.7 app/views/pulitzer/posts/_show.html.erb
pulitzer-0.5.6 app/views/pulitzer/posts/_show.html.erb
pulitzer-0.5.5 app/views/pulitzer/posts/_show.html.erb
pulitzer-0.5.4 app/views/pulitzer/posts/_show.html.erb
pulitzer-0.5.3 app/views/pulitzer/posts/_show.html.erb
pulitzer-0.5.2 app/views/pulitzer/posts/_show.html.erb