Sha256: 534809af6b7c9eba6b0b38d49890c85dee9d523136fa86a9fa5deba1d791c08d
Contents?: true
Size: 721 Bytes
Versions: 8
Compression:
Stored size: 721 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{{ end }}"> <a href="{{ attrs.href }}">{{ attrs.text }}</a> </li>
Version data entries
8 entries across 8 versions & 1 rubygems