mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 14:25:38 -04:00
Fixed typo: anonmyous
This commit is contained in:
parent
11d6b24561
commit
fdea226159
6 changed files with 13 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue