Sha256: 15e9963f8b6ab3481a9ab53aab8e3d9804757bbb4d3dbbcfd965de9309c544ec

Contents?: true

Size: 556 Bytes

Versions: 4

Compression:

Stored size: 556 Bytes

Contents

<div <%= tab_set("post_type_kind_tab", type: :ajax, default_tab: params[:post_type_kind_tab] || 'templates') %>>
  <div class="pulitzer-pill"
    href="<%= post_types_path(post_type_kind: 'template') %>"
    <%= tab_trigger('templates')%>>
    Full Page Templates
  </div>
  <div class="pulitzer-pill"
    href="<%= post_types_path(post_type_kind: 'partial') %>"
    <%= tab_trigger('partials')%>>
    Partials
  </div>
</div>
<div class="pulitzer-row" <%= tab_content('templates') %>></div>
<div class="pulitzer-row" <%= tab_content('partials') %>></div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulitzer-0.4.6 app/views/pulitzer/post_types/index.html.erb
pulitzer-0.4.5 app/views/pulitzer/post_types/index.html.erb
pulitzer-0.4.4 app/views/pulitzer/post_types/index.html.erb
pulitzer-0.4.3 app/views/pulitzer/post_types/index.html.erb