Skip to content

Commit bdc3a29

Browse files
committed
Fix signin template logic for PR #121
1 parent baa9469 commit bdc3a29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/views/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<p class="lead">
5959
Realtime collaborative markdown notes on all platforms.
6060
</p>
61-
<% if(facebook || twitter || github || dropbox) { %>
61+
<% if(facebook || twitter || github || gitlab || dropbox) { %>
6262
<a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" data-target=".signin-modal" style="display:none;">Sign In</a>
6363
<div class="ui-or" style="display:none;">Or</div>
6464
<% }%>
@@ -72,7 +72,7 @@
7272
</div>
7373

7474
<div id="history" class="section" style="display:none;">
75-
<% if(facebook || twitter || github || dropbox) { %>
75+
<% if(facebook || twitter || github || gitlab || dropbox) { %>
7676
<div class="ui-signin">
7777
<h4>
7878
<a type="button" class="btn btn-success" data-toggle="modal" data-target=".signin-modal">Sign In</a> to get own history!

0 commit comments

Comments
 (0)