mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
Fix typo
This commit is contained in:
parent
d6dd54289c
commit
5f8080cdbd
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
class: "avatar",
|
||||
alt: "#{user.username}'s avatar" if user.avatar_url %>
|
||||
<%= user.username if user.username %>
|
||||
<% unless current_user != user %>
|
||||
<% unless current_user == user %>
|
||||
<% admin_tool('', 'span') do %>
|
||||
<%= link_to impersonate_user_path(user), class: "impersonate-link" do %>
|
||||
🥸
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue