Sha256: 9485173891be208598eca9326d24b58807dc944210e1a40eb7c1caca8ff564fa
Contents?: true
Size: 698 Bytes
Versions: 4
Compression:
Stored size: 698 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" /> <:user-templates:menu /> </ul> <h3 class="text-muted"><%= config[: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
4 entries across 4 versions & 1 rubygems