Sha256: 4611c7d032519ccd555b10c9d312851e83f5e35a24f883e827e480b71f00f5bf

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 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" />
        <: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>&copy; Company 2014</p>
    </div>

  </div>

<:Nav>
  <li class="{{ if active_tab? }}active{{ end }}">
    <a href="{{ attrs.href }}">{{ attrs.text }}</a>
  </li>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
volt-0.8.27.beta3 spec/apps/kitchen_sink/app/main/views/main/main.html