diff options
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! |