diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-24 16:40:46 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-04-24 16:40:46 -0500 |
commit | 80766821b24cc13a6ce054f5b0c996bebccc4121 (patch) | |
tree | a930e81665bb24b4798906c59c1ce065099a5dbf /app/views/shared/_commit_message_container.html.haml | |
parent | fe60886aa279d3031d1fe8ac596ba5fd4178b451 (diff) | |
download | gitlab-ce-80766821b24cc13a6ce054f5b0c996bebccc4121.tar.gz |
Revert .hide to .d-none conversion
Diffstat (limited to 'app/views/shared/_commit_message_container.html.haml')
-rw-r--r-- | app/views/shared/_commit_message_container.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_commit_message_container.html.haml b/app/views/shared/_commit_message_container.html.haml index 0bc6b04aeba..68c14c307ac 100644 --- a/app/views/shared/_commit_message_container.html.haml +++ b/app/views/shared/_commit_message_container.html.haml @@ -20,6 +20,6 @@ .hint.js-with-description-hint = link_to "#", class: "js-with-description-link" do Include description in commit message - .hint.js-without-description-hint.d-none + .hint.js-without-description-hint.hide = link_to "#", class: "js-without-description-link" do Don't include description in commit message |