Created
February 10, 2015 16:53
-
-
Save apeniche/b47672d1c44cb7879e79 to your computer and use it in GitHub Desktop.
app/main/views/main/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <: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" /> | |
| <:user-templates:menu /> | |
| </ul> | |
| <h3 class="text-muted">chat</h3> | |
| </div> | |
| <:volt:notices /> | |
| {{ template main_path, 'body', {controller_group: 'main'} }} | |
| <div class="footer"> | |
| <p>© Company 2014</p> | |
| </div> | |
| </div> | |
| <:Nav> | |
| <li class="{{ if active_tab? }}active{{ end }}"> | |
| <a href="{{ attrs.href }}">{{ attrs.text }}</a> | |
| </li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment