Sha256: d6a1842e84614ad6de84f77a90cde252c2651c1f0fa38385bb85253708f2445d
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 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="/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] == attrs.href.split('/')[1]}active{/}"> <a href="{attrs.href}">{attrs.text}</a> </li>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
volt-0.8.2 | templates/project/app/main/views/main/main.html |
volt-0.8.1 | templates/project/app/main/views/main/main.html |