Fixed typo: anonmyous
This commit is contained in:
@@ -63,10 +63,10 @@
|
||||
<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>
|
||||
</span>
|
||||
<% }%>
|
||||
<% if((facebook || twitter || github || gitlab || dropbox || google || email) && allowAnonmyous) { %>
|
||||
<% if((facebook || twitter || github || gitlab || dropbox || google || email) && allowAnonymous) { %>
|
||||
<span class="ui-or"><%= __('or') %></span>
|
||||
<% }%>
|
||||
<% if(allowAnonmyous) { %>
|
||||
<% if(allowAnonymous) { %>
|
||||
<span class="ui-signin">
|
||||
<a href="<%- url %>/new" class="btn btn-lg btn-default" style="min-width: 170px;"><%= __('New guest note') %></a>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user