Sha256: dab0eec3dbfa8cd92435f96db8da6dbd3c2e850dcfa609491211e01b47dea064
Contents?: true
Size: 948 Bytes
Versions: 34
Compression:
Stored size: 948 Bytes
Contents
<:Title> {{ view 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="/form" text="Form" /> <: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 /> {{ view 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
34 entries across 34 versions & 1 rubygems