Sha256: 13158dc1ac24019ab84ec01dcc9a8ec94cca1c17c00625858929771e73c230d4
Contents?: true
Size: 524 Bytes
Versions: 60
Compression:
Stored size: 524 Bytes
Contents
<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_type_kind %>s_container"> <% @post_types.each do |post_type| %> <%= render partial: 'show_wrapper', locals: {post_type: post_type} %> <% end %> </div>
Version data entries
60 entries across 60 versions & 1 rubygems