Sha256: 9397cdaea03cd848d1db1e3fc17386cc6084c4fcbf6b6076c712a702915e7e8c
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
<h1> Post Types </h1> <div id="post_types_container"> <% @post_types.each do |post_type| %> <%= render partial: 'show_wrapper', locals: {post_type: post_type} %> <% end %> </div> <%= ajax_link 'add a new post type', new_post_type_path, {}, '#new_post_type' %> <div id="new_post_type"> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulitzer-0.0.1 | app/views/pulitzer/post_types/index.html.erb |