mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Fix signin template logic for PR #121
This commit is contained in:
parent
baa946968d
commit
bdc3a29157
1 changed files with 2 additions and 2 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue