From 0f5b55a354e648e9dfe84a3de5082ba4417cb1a9 Mon Sep 17 00:00:00 2001 From: Gerrit Riessen Date: Sat, 1 Oct 2011 13:04:56 +0200 Subject: [PATCH] display the authentication token on the user show page --- app/views/users/show.html.haml | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 8e576fa..53c5f94 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -13,6 +13,9 @@ %th Username %td.main= @user.username %tr + %th Token + %td= @user.authentication_token + %tr %th Admin? %td= @user.admin? ? 'Y' : 'N' %tr -- libgit2 0.21.2