Sha256: 2fdf9a7c0027aaf92229bdf0b54aa6b931241ec3a8b1d10151e0de8f64adca71

Contents?: true

Size: 642 Bytes

Versions: 2

Compression:

Stored size: 642 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="/" text="Home" />
        <:nav href="/about" text="About" />
      </ul>
      <h3 class="text-muted"><%= config[: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 url.path.split('/')[1] == attrs.href.split('/')[1]}active{/}">
    <a href="{attrs.href}">{attrs.text}</a>
  </li>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
volt-0.8.5 templates/project/app/main/views/main/main.html.tt
volt-0.8.4 templates/project/app/main/views/main/main.html.tt