Sha256: bc75114fa34cf7e081595fa2334fc752a56852ff1edb15893e6606df36fcc3b4
Contents?: true
Size: 661 Bytes
Versions: 1
Compression:
Stored size: 661 Bytes
Contents
<:Title> {#template main_path, "title", {controller_group: 'main'}} <:Body> <div class="container"> <div class="header"> <ul class="nav nav-pills pull-right"> <:nav href="/" text="Home" /> <:nav href="/blog" text="Blog" /> <:nav href="/about" text="About" /> </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] == @href.split('/')[1]}active{/}"> <a href="{@href}">{@text}</a> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-0.7.6 | templates/project/app/main/views/main/main.html |