diff options
author | Cheng-Han, Wu | 2016-05-15 12:22:07 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-05-15 12:22:07 +0800 |
commit | bdc3a29157d274084aa51c8525c15da74bfbef22 (patch) | |
tree | 7f6b3c809730c6bdefaac095e5d4edc142eadceb /public/views | |
parent | baa946968d0b5204c0b7507d10eba95ee643fe4b (diff) |
Fix signin template logic for PR #121
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/index.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs index 7648211f..62b2e543 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -58,7 +58,7 @@ <p class="lead"> Realtime collaborative markdown notes on all platforms. </p> - <% if(facebook || twitter || github || dropbox) { %> + <% if(facebook || twitter || github || gitlab || dropbox) { %> <a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" data-target=".signin-modal" style="display:none;">Sign In</a> <div class="ui-or" style="display:none;">Or</div> <% }%> @@ -72,7 +72,7 @@ </div> <div id="history" class="section" style="display:none;"> - <% if(facebook || twitter || github || dropbox) { %> + <% if(facebook || twitter || github || gitlab || dropbox) { %> <div class="ui-signin"> <h4> <a type="button" class="btn btn-success" data-toggle="modal" data-target=".signin-modal">Sign In</a> to get own history! |