Sha256: 23a2cb11c940d029db81d64e2002bc44f365d016f38a62673903da10e9ff12fa
Contents?: true
Size: 914 Bytes
Versions: 4
Compression:
Stored size: 914 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="/todos" text="Todos" /> <:nav href="/flash" text="Flash" /> <:nav href="/cookie_test" text="Cookies" /> <:nav href="/store" text="Store" /> <:nav href="/yield" text="Yield" /> <:user-templates:menu /> </ul> <h3 class="text-muted">Project name</h3> </div> <:volt:notices /> {{ template main_path, 'body', {controller_group: 'main'} }} <div class="footer"> <p>© Company {{ Time.now.year }}</p> </div> </div> <:Nav> <li class="{{ if active_tab? }}active{{ end }}"> <a href="{{ attrs.href }}">{{ attrs.text }}</a> </li>
Version data entries
4 entries across 4 versions & 1 rubygems