DEV: Fix build

Follow-up to bd3c0dd59f.
This commit is contained in:
Dan Ungureanu
2020-07-30 13:10:16 +03:00
parent bd3c0dd59f
commit 5e2e374c72
2 changed files with 4 additions and 2 deletions

View File

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