summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-19 21:22:31 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-06-19 21:22:31 +0000
commit3e3f527991eb53e91a618d6fa806b93617bbc68d (patch)
treee898c389f8a89d59d309e91bd84c12491b78ea6b /app/views/projects
parente0da61bca80485b99f78ef1dbb3c64578d64d55a (diff)
downloadgitlab-ce-3e3f527991eb53e91a618d6fa806b93617bbc68d.tar.gz
Resolve "Branch name status color is not correct anymore"
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/issues/_new_branch.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_new_branch.html.haml b/app/views/projects/issues/_new_branch.html.haml
index acb1a446ec4..a678cb6f058 100644
--- a/app/views/projects/issues/_new_branch.html.haml
+++ b/app/views/projects/issues/_new_branch.html.haml
@@ -40,7 +40,7 @@
%label{ for: 'new-branch-name' }
= _('Branch name')
%input#new-branch-name.js-branch-name.form-control{ type: 'text', placeholder: "#{@issue.to_branch_name}", value: "#{@issue.to_branch_name}" }
- %span.js-branch-message.form-text.text-muted
+ %span.js-branch-message.form-text
.form-group
%label{ for: 'source-name' }