Sha256: 17cae3dd2b8cc1e0f389c28cea6aaa764376c81d37da487ae72f8e15fb5fd653
Contents?: true
Size: 665 Bytes
Versions: 15
Compression:
Stored size: 665 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] %></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
15 entries across 15 versions & 1 rubygems