diff options
author | Simon Knox <psimyn@gmail.com> | 2017-07-18 15:09:04 +1000 |
---|---|---|
committer | Simon Knox <psimyn@gmail.com> | 2017-08-10 09:37:25 +1000 |
commit | 8858ddaf83e57adc6c003e03e72929f6068a6bfa (patch) | |
tree | fa1994c3d75d72d511ca495842778aeb78880446 /app/views/shared/icons | |
parent | cfcd1601522c52be96097956b0e3a56be3a3ffcb (diff) | |
download | gitlab-ce-8858ddaf83e57adc6c003e03e72929f6068a6bfa.tar.gz |
take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdown
Diffstat (limited to 'app/views/shared/icons')
-rw-r--r-- | app/views/shared/icons/_ellipsis_v.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/icons/_ellipsis_v.svg b/app/views/shared/icons/_ellipsis_v.svg new file mode 100644 index 00000000000..9117a9bb9ec --- /dev/null +++ b/app/views/shared/icons/_ellipsis_v.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 1600"><path d="M1088 1248v192q0 40-28 68t-68 28H800q-40 0-68-28t-28-68v-192q0-40 28-68t68-28h192q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28H800q-40 0-68-28t-28-68V736q0-40 28-68t68-28h192q40 0 68 28t28 68zm0-512v192q0 40-28 68t-68 28H800q-40 0-68-28t-28-68V224q0-40 28-68t68-28h192q40 0 68 28t28 68z"/></svg> |