Sha256: ba75d73ea39516ef1729e5c0817fbeea8f0ce3f5b0bb467cdf46ee07647932f2
Contents?: true
Size: 475 Bytes
Versions: 79
Compression:
Stored size: 475 Bytes
Contents
<h1><%= @post_type.name.singularize %> Post</h1> <div class="pulitzer-row margin-bottom list-item"> <%= link_to "Back to post types", post_types_path %> <br> <%= ajax_link "Add a new #{@post_type.name.singularize} Post", new_post_path(post_type_id: params[:post_type_id]), {}, '#new_post' %> <div id="new_post"></div> </div> <div id="posts_container"> <% @posts.each do |post| %> <%= render partial: 'show_wrapper', locals: {post: post} %> <% end %> </div>
Version data entries
79 entries across 79 versions & 1 rubygems