Sha256: 7b73e1810a3e3b33b43a7691dbe7423806bf9d1fdd6180ecc8af78547cb101e7
Contents?: true
Size: 663 Bytes
Versions: 4
Compression:
Stored size: 663 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="/">Home</:nav> <:nav href="/about">About</:nav> <: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 {{ Time.now.year }}</p> </div> </div> <:Nav> <li class="{{ if active_tab? }}active{{ end }}"> <a href="{{ attrs.href }}">{{ yield }}</a> </li>
Version data entries
4 entries across 4 versions & 1 rubygems