Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from webkom/jade
Browse files Browse the repository at this point in the history
Remove nbsp
  • Loading branch information
relekang committed Sep 17, 2014
2 parents 8c0c629 + 6318928 commit 7988b87
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions views/layout.jade
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
mixin sep
span.thin |

doctype html
html
head
title census
title census
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='description', content='')
Expand All @@ -14,18 +17,18 @@ html
body
.container
.header.row: .col-xs-12 census

.row
block content
.navbar.navbar-fixed-bottom: .container.text-center
if authenticated
a(href="/auth/logout") Logout
else
a(href="/auth/login") Login
span.thin  | 
span Made by 
a(href="http://webkom.abakus.no") webkom
span.thin  | 
a(href="https://github.com/webkom/census") Fork me on Github
+sep
| Made by
a(href="http://webkom.abakus.no") webkom
+sep
a(href="https://github.com/webkom/census") Fork me on Github

block js

0 comments on commit 7988b87

Please sign in to comment.