[guadec-web-regcfp/develop] Fix indenting



commit c3808301a999353dab3636957ff437ba413d3605
Author: Patrick Uiterwijk <puiterwijk redhat com>
Date:   Fri May 22 12:07:11 2015 +0200

    Fix indenting

 views/layouts/main.hbs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/views/layouts/main.hbs b/views/layouts/main.hbs
index 1c3cd68..19eea82 100644
--- a/views/layouts/main.hbs
+++ b/views/layouts/main.hbs
@@ -33,7 +33,7 @@
                        <div class="navigation">
                                        <a href="https://www.guadec.org";>Back to main GUADEC website</a>
                            <a href="/">Registration home</a>
-                           {{#if session.currentUser}}
+                {{#if session.currentUser}}
                     <button id="logoutBtn" onclick="javascript: navigator.id.logout();">Log out</button>
                 {{else}}
                     {{#if development}}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]