summaryrefslogtreecommitdiff
path: root/public/views/index
diff options
context:
space:
mode:
authorYukai Huang2017-01-15 11:33:22 +0800
committerYukai Huang2017-01-15 11:33:22 +0800
commitc0e8306961a47e7a2ba52d0445c12aaa5fe07949 (patch)
treecec2451fd8afa80210d966d51dcba875bf3a6ffd /public/views/index
parent0f833f099f61b93e76a5f32175580fc2c0b9dc1a (diff)
parent3d6b31921651e71ef68fdc88af4ddef50cc9bcb3 (diff)
Merge branch 'frontend-next' into t216-refactor-common
Diffstat (limited to '')
-rw-r--r--public/views/index.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs
index fe900673..b1a1feb4 100644
--- a/public/views/index.ejs
+++ b/public/views/index.ejs
@@ -58,7 +58,7 @@
<% if (errorMessage && errorMessage.length > 0) { %>
<div class="alert alert-danger" style="max-width: 400px; margin: 0 auto;"><%= errorMessage %></div>
<% } %>
- <% if(facebook || twitter || github || gitlab || dropbox || google || email) { %>
+ <% if(facebook || twitter || github || gitlab || dropbox || google || ldap || email) { %>
<span class="ui-signin">
<br>
<a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" data-target=".signin-modal" style="min-width: 170px;"><%= __('Sign In') %></a>
@@ -98,7 +98,7 @@
</div>
<div id="history" class="section"<% if(!signin) { %> style="display:none;"<% } %>>
- <% if(facebook || twitter || github || gitlab || dropbox || google || email) { %>
+ <% if(facebook || twitter || github || gitlab || dropbox || google || ldap || email) { %>
<div class="ui-signin">
<p><%= __('Below is the history from browser') %></p>
</div>