mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
fix: unauthd signin page link on non intertiafied pages like /leaderboards (#1072)
This commit is contained in:
parent
c4bf861fa1
commit
07bcbfb432
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
<% else %>
|
||||
<div>
|
||||
<%= link_to 'Login', slack_auth_path, class: 'block px-4 py-2 rounded-md transition text-white font-semibold bg-primary hover:bg-secondary text-center' %>
|
||||
<%= link_to 'Sign in', signin_path, class: 'block px-4 py-2 rounded-md transition text-white font-semibold bg-primary hover:bg-secondary text-center' %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue