Skip to content

Commit c454ed1

Browse files
committed
fix typo
1 parent 39d2df6 commit c454ed1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/views/users/_show_admin_panel.slim

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
li= "Achievements last reviewed #{time_ago_in_words(user.achievements_checked_at)} ago"
99
li= "Score: #{user.score}"
1010
- if user.banned?
11-
li
12-
Banned:
13-
= user.banned_at.to_s(:long)
11+
li= "Banned: #{user.banned_at.to_s(:long)}#"
1412
li.admin-action= link_to("Impersonate", "/sessions/force?id=#{user.id}")
1513
li.admin-action
1614
- if user.banned?

0 commit comments

Comments
 (0)