From 851282cbe4ec6d6f9580cc5ca640d572a0c09bf5 Mon Sep 17 00:00:00 2001
From: Maxwell Salzberg <maxwell@joindiaspora.com>
Date: Thu, 26 Apr 2012 16:34:27 -0700
Subject: [PATCH] adding home button to single post view

---
 app/assets/templates/post-viewer.jst.hbs | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/app/assets/templates/post-viewer.jst.hbs b/app/assets/templates/post-viewer.jst.hbs
index dbde01a53a..5fddd6ef6b 100644
--- a/app/assets/templates/post-viewer.jst.hbs
+++ b/app/assets/templates/post-viewer.jst.hbs
@@ -4,7 +4,16 @@
   <div id="header-container"> </div>
 </div>
 
+<a href="/" id="home-button">
+    <span class="label label-inverse">
+        <i class="icon-home icon-white"></i>
+        <span>
+            HOME
+        </span>
+    </span>
+</a>
+
+
 <div id="post-content"> </div>
 <div id="post-nav"> </div>
-<div id="post-interactions"> </div>
-
+<div id="post-interactions"> </div>
\ No newline at end of file
-- 
GitLab