Sha256: 754c1ae563e936823aa644e42a55796580d65e4f09c76984799568d0d5c3e2e0
Contents?: true
Size: 692 Bytes
Versions: 40
Compression:
Stored size: 692 Bytes
Contents
<div <%= tab_set("tab", type: :ajax, default_tab: params[:tab] || 'templates') %>> <div class="pulitzer-pill" href="<%= tags_path %>" <%= tab_trigger('tags')%>> Tags </div> <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('tags') %>></div> <div class="pulitzer-row" <%= tab_content('templates') %>></div> <div class="pulitzer-row" <%= tab_content('partials') %>></div>
Version data entries
40 entries across 40 versions & 1 rubygems