diff --git a/app/views/user/show.html.haml b/app/views/user/show.html.haml
index 3e3400b8..afd99348 100644
--- a/app/views/user/show.html.haml
+++ b/app/views/user/show.html.haml
@@ -10,6 +10,8 @@
- else
%h1= @user.display_name
%h3.text-muted= @user.screen_name
+ - if @user.admin?
+ %span.label.label-danger Admin
%ul.list-group
%li.list-group-item
Followers