Sha256: 2f60383b8f0e0e7b3e2fb6affccfccb8d744c92dccd3837fc7a39da2ccb7d7c7

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

<%= ajax_link post_type.name, edit_post_type_path(post_type), {}, dom_target(post_type) %>
<ul id="post_type_content_element_types_container_<%= dom_id(post_type) %>">
  <% post_type.post_type_content_element_types.each do |ptcet| %>
    <%= render partial: '/pulitzer/post_type_content_element_types/show_wrapper', locals: {ptcet: ptcet} %>
  <% end %>
</ul>
<%= ajax_link 'add a new content element for ' + post_type.name, new_post_type_content_element_type_path(post_type_id: post_type.id), {}, "#new_post_type_content_element_type_#{dom_id(post_type)}" %>
<div id="new_post_type_content_element_type_<%= dom_id(post_type) %>">
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulitzer-0.0.1 app/views/pulitzer/post_types/_show.html.erb