Sha256: 9f8d60a66ff2a585f2afc25fc34a24cf072eb2943ba3c67b6f77501d5e7fe44a
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
<:title> {#template params._view.or('home'), "title"} </:title> <:body> <:volt:notices /> <div class="container"> <div class="header"> <ul class="nav nav-pills pull-right"> <:nav page="" text="Home" /> <:nav page="about" text="About" /> </ul> <h3 class="text-muted">Project name</h3> </div> {#template params._view.or('home')} <div class="footer"> <p>© Company 2014</p> </div> </div> </:body> <:nav> <li class="{#if params._page.or('') == page}active{/}"> <a href="/{page}">{text}</a> </li> </:nav>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
volt-0.5.1 | templates/project/app/home/views/index/index.html |
volt-0.5.0 | templates/project/app/home/views/index/index.html |
volt-0.4.18 | templates/project/app/home/views/index/index.html |