summaryrefslogtreecommitdiff
path: root/client/templates/layout.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-11 00:15:45 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-11 00:15:45 +0300
commitad81865ee5d29cbb8b3a669c2314cbb8fff4caf9 (patch)
tree7067cbb4e59ae9550ae56ec657a417687f44aed6 /client/templates/layout.html
parent3c2d664444bed313899fb1789bf40f55f72d7c38 (diff)
Date styles and updates home screen styles
Diffstat (limited to 'client/templates/layout.html')
-rw-r--r--client/templates/layout.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html
index 2798e7d..9463db6 100644
--- a/client/templates/layout.html
+++ b/client/templates/layout.html
@@ -1,7 +1,5 @@
<template name="layout">
<div class="container page">
- <!-- <button class="logout">logout</button>
- <hr> -->
{{> yield}}
</div>
</template>