Sha256: 8ae92a35cdd3eb2cc38163c4782743ec3a962bdf575a4b0b48cc9a4e0a57fc49
Contents?: true
Size: 698 Bytes
Versions: 6
Compression:
Stored size: 698 Bytes
Contents
<:Title> {#template main_path, "title", {controller_group: 'main'}} - KitchenSink <:Body> <div class="container"> <div class="header"> <ul class="nav nav-pills pull-right"> <:nav href="/" text="Home" /> <:nav href="/bindings" text="Bindings" /> <:nav href="/store" text="Store" /> </ul> <h3 class="text-muted">Project name</h3> </div> <:volt:notices /> {#template main_path, 'body', {controller_group: 'main'}} <div class="footer"> <p>© Company 2014</p> </div> </div> <:Nav> <li class="{#if url.path.split('/')[1] == attrs.href.split('/')[1]}active{/}"> <a href="{attrs.href}">{attrs.text}</a> </li>
Version data entries
6 entries across 6 versions & 1 rubygems