Sha256: f9166858dce64172f0cfc2f4b1b8a6f96b780828613fb96fe8501a649966ba43
Contents?: true
Size: 659 Bytes
Versions: 74
Compression:
Stored size: 659 Bytes
Contents
<div class="pb--kits"> <%= pb_rails("title", props: { text: pb_kit_title(@category), tag: "h1", size: 1 }) %> <br> <div class="pb--kit-type-nav"> <%= pb_rails("nav", props: { orientation: "horizontal" }) do %> <%= pb_rails("nav/item", props: { text: "Rails", link: kit_category_show_path(@category, type: 'rails'), active: @type == 'rails' }) %> <%= pb_rails("nav/item", props: { text: "React", link: kit_category_show_path(@category, type: 'react'), active: @type == 'react' }) %> <% end %> <%= pb_rails("section_separator") %> </div> <br> <br> <%= pb_category_kits(category_kits: @category_kits, type: @type) %> </div>
Version data entries
74 entries across 74 versions & 1 rubygems