diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-29 19:02:30 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-29 19:02:30 +0200 |
commit | f3f820d0bd579bdaba19cf6043aa5fadd4216b98 (patch) | |
tree | 42ebc3cbabc8f0c03a62b8791efc0b54a36279c4 /app/views | |
parent | bfc6a0e3718c1b4d5e3d2adcc1ef16cf5274df5c (diff) | |
download | gitlab-ce-f3f820d0bd579bdaba19cf6043aa5fadd4216b98.tar.gz |
Move modal css to separate file and fix danger text for confirmation modal
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/_confirm_modal.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_confirm_modal.html.haml b/app/views/shared/_confirm_modal.html.haml index 34241cd8aad..b0fc60573f7 100644 --- a/app/views/shared/_confirm_modal.html.haml +++ b/app/views/shared/_confirm_modal.html.haml @@ -7,7 +7,7 @@ Confirmation required .modal-body - %p.cred.lead.js-confirm-text + %p.text-danger.js-confirm-text %p This action can lead to data loss. |