Fixed typo: anonmyous

This commit is contained in:
Florian Rhiem 2016-12-21 14:36:54 +01:00
parent 11d6b24561
commit fdea226159
6 changed files with 13 additions and 13 deletions

View file

@ -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>