diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 15:58:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-11 09:51:07 +0000 |
commit | d5f145bf8be6c787044726a8e77f928a78d0e100 (patch) | |
tree | f4ffebf317bcb06bb29564db9d1b58adbaad597d /app | |
parent | f48f51ac7e204aa174effcda7cc79e06e2bbaba0 (diff) | |
download | gitlab-ce-d5f145bf8be6c787044726a8e77f928a78d0e100.tar.gz |
Fixed failing tests
Diffstat (limited to 'app')
-rw-r--r-- | app/views/profiles/accounts/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index 3e8f6606358..9fe064e5883 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -12,7 +12,7 @@ %p Your private token is used to access application resources without authentication. .col-lg-9 - = form_for @user, url: reset_private_token_profile_path, method: :put do |f| + = form_for @user, url: reset_private_token_profile_path, method: :put, html: {class: "private-token"} do |f| %p.cgray - if current_user.private_token = label_tag "token", "Private token", class: "label-light" |