display path in title
[MojoFacets.git] / templates / layouts / default.html.ep
1 <!doctype html><html>
2 <head>
3 <meta charset=utf-8>
4 <title><%= session('path') || 'Mojo Facets' %></title>
5 </head>
6 <body>
7
8 <a href="<%= url_for( action => 'index' ) %>">load</a>
9 <a href="<%= url_for( action => 'columns' ) %>">columns</a>
10 <a href="<%= url_for( action => 'table' ) %>">table</a>
11
12 <%== content %>
13
14 </body>
15 </html>