Sha256: 95501c505b9b3f33e5a5c80f176c8af9004b22b6ae8c10d6cda32e1d37277205
Contents?: true
Size: 651 Bytes
Versions: 1
Compression:
Stored size: 651 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"><%= config[:name].titleize %></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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-0.8.3 | templates/project/app/main/views/main/main.html.tt |