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