Sha256: fb68fb3261f47e09a924a6f66d072b1e1efebb0c877634b2e8cb3679b8dc2847
Contents?: true
Size: 475 Bytes
Versions: 1
Compression:
Stored size: 475 Bytes
Contents
<:Title> {{ view main_path, "title", {controller_group: 'main'} }} <:Body> <div class="container"> <div class="header"> <h3 class="text-muted">dummy</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 }}">{{ yield }}</a> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
volt-select2-0.1.0 | spec/dummy/app/main/views/main/main.html |