mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
@@ -1,7 +1,7 @@
|
||||
<div class="page-not-found">
|
||||
<h1 class="title"><%= @title %></h1>
|
||||
|
||||
<%- if !current_user %>
|
||||
<%- if !@current_user %>
|
||||
<a href="<%= path "/login" %>" class='btn btn-primary'><%= SvgSprite.raw_svg('fa-user') %><%= I18n.t('log_in') %></a>
|
||||
<%- end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user