Sha256: bef7fb967fd974e49776aecc3009831e9e417a19a69fd98095839095ddeaa700
Contents?: true
Size: 554 Bytes
Versions: 2
Compression:
Stored size: 554 Bytes
Contents
<h1> <%= @post_type_kind.humanize %> </h1> <div class="pulitzer-row margin-bottom list-item"> <% if Pulitzer.skip_metadata_auth? || self.instance_eval(&Pulitzer.metadata_closure) %> <%= ajax_link "add a new #{@post_type_kind}", new_post_type_path(post_type: {kind: @post_type_kind}), {}, "#new_#{@post_type_kind}" %> <% end %> <div id="new_<%= @post_type_kind %>"></div> </div> <div id="post_types_container"> <% @post_types.each do |post_type| %> <%= render partial: 'show_wrapper', locals: {post_type: post_type} %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulitzer-0.4.4 | app/views/pulitzer/post_types/_index.html.erb |
pulitzer-0.4.3 | app/views/pulitzer/post_types/_index.html.erb |