move css styles to static file
[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 <link type="text/css" href="/mojo_facets.css" rel="stylesheet" />
6 </head>
7 <body>
8
9 <a href="<%= url_for( action => 'index' ) %>">load</a>
10 <a href="<%= url_for( action => 'columns' ) %>">columns</a>
11 <a href="<%= url_for( action => 'table' ) %>">table</a>
12
13 <%== content %>
14
15 </body>
16 </html>