diff options
author | victorwu <victor@gitlab.com> | 2016-12-15 15:31:35 -0600 |
---|---|---|
committer | victorwu <victor@gitlab.com> | 2016-12-21 10:56:20 -0500 |
commit | cdea3b49ed221f73b51fc62a79941ba225780dc5 (patch) | |
tree | af8e1099a46f8739422e22db71b1d779d36a73d0 | |
parent | d81980e17ab2062e2e5f5f5ef0b782f602bd65d0 (diff) | |
download | gitlab-ce-cdea3b49ed221f73b51fc62a79941ba225780dc5.tar.gz |
Remove spaces
-rw-r--r-- | app/views/projects/issues/_new_branch.html.haml | 2 |
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 40219e89edf..4589e112279 100644 --- a/app/views/projects/issues/_new_branch.html.haml +++ b/app/views/projects/issues/_new_branch.html.haml @@ -6,4 +6,4 @@ New branch = link_to '#', class: 'unavailable btn btn-grouped hide', disabled: 'disabled' do = icon('exclamation-triangle') - New branch unavailable + New branch unavailable |