diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-08 21:03:36 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-08 21:03:36 +0300 |
commit | 7069fac317e503438065243ccb66e1878875d406 (patch) | |
tree | 8aa4f183c411df091375452a8866f3c7d8629a25 /app/views/profiles/account.html.haml | |
parent | aee110e20dd81861a62ea458b5629619c32a2d0a (diff) | |
download | gitlab-ce-7069fac317e503438065243ccb66e1878875d406.tar.gz |
Add custom sing-in text & google analytics
Diffstat (limited to 'app/views/profiles/account.html.haml')
-rw-r--r-- | app/views/profiles/account.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/account.html.haml b/app/views/profiles/account.html.haml index b20d5c7a6a1..16d26c0d8e1 100644 --- a/app/views/profiles/account.html.haml +++ b/app/views/profiles/account.html.haml @@ -78,7 +78,7 @@ .input = f.submit 'Save username', class: "btn btn-save" -- if Gitlab.config.gitlab.signup_enabled +- if gitlab_config.signup_enabled %fieldset.remove-account %legend Remove account |