lib/secret_console/views/layout.haml in secret_console-0.1.0 vs lib/secret_console/views/layout.haml in secret_console-0.2.0

- old
+ new

@@ -1,3 +1,12 @@ %html + %link{rel: "stylesheet", href: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css", integrity: "sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7", crossorigin: "anonymous"} %body - = yield + .container + %nav.navbar.navbar-default + .container-fluid + .navbar-header + %a{class: 'navbar-brand', href: '#'} Secret Console + + .row + .col-md-12 + = yield