Sha256: d579380acc42552da515e8fc72f95e7608f29bd2808926263b8738d0d1aaa3fc

Contents?: true

Size: 992 Bytes

Versions: 41

Compression:

Stored size: 992 Bytes

Contents

<div class="pulitzer-row">
  <ul class="inline-list">
    <li><%= post_type.name %></li>
    <% unless post_type.partial? %>
      <li><%= link_to_posts(post_type, 'Index', 'Manage') %></li>
    <% end %>
    <li>
      <% if 'template' == action_name %>
        <%= ajax_link 'Template', post_type_path(post_type), {}, dom_target(post_type) %>
      <% else %>
        <%= ajax_link 'Template', template_post_type_path(post_type), {}, dom_target(post_type) %>
      <% end %>
    </li>
    <li>
      <% if Pulitzer.skip_metadata_auth? || self.instance_eval(&Pulitzer.metadata_closure) %>
        <%= ajax_link "Details", edit_post_type_path(post_type), {}, dom_target(post_type) %>
      <% else %>
        <%= post_type.name %>
      <% end %>
    </li>
    <% if Pulitzer.skip_metadata_auth? || self.instance_eval(&Pulitzer.metadata_closure) %>
      <li>
        <%= ajax_delete 'Delete', post_type_path(post_type), {}, dom_target(post_type) %>
      </li>
    <% end %>
  </ul>

</div>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
pulitzer-0.12.5 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.12.4 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.12.3 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.12.2 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.12.1 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.12.0 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.11.3 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.11.2 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.11.1 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.11.0 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.10.3 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.10.2 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.10.1 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.10.0 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.5.14 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.5.13 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.5.11 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.5.10 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.5.9 app/views/pulitzer/post_types/_show.html.erb
pulitzer-0.5.8 app/views/pulitzer/post_types/_show.html.erb