summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets/_header.html.haml
diff options
context:
space:
mode:
authorhaseeb <haseebeqx@yahoo.com>2018-02-16 15:20:12 +0530
committerhaseeb <haseebeqx@yahoo.com>2018-02-28 18:48:26 +0530
commit4ee2f74ba05562b629f9cf5cb476c51e9e80e7be (patch)
tree274aebb17376cefda009e6fa1374f26677b29cb4 /app/views/shared/snippets/_header.html.haml
parent27e8d38cea92d165a2e8400b25df23f408b4dca0 (diff)
downloadgitlab-ce-4ee2f74ba05562b629f9cf5cb476c51e9e80e7be.tar.gz
embedd button related fixes
Diffstat (limited to 'app/views/shared/snippets/_header.html.haml')
-rw-r--r--app/views/shared/snippets/_header.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml
index de14356b82f..30ad8932e84 100644
--- a/app/views/shared/snippets/_header.html.haml
+++ b/app/views/shared/snippets/_header.html.haml
@@ -40,10 +40,10 @@
.dropdown-menu
%ul
%li
- %a#embed-btn{ href: "#" }Embed
+ %a#embed-btn{ href: "#" } Embed
%li
- %a#share-btn{ href: "#" }Share
- %input#snippet-url-area.form-control{ type: "text", autocomplete: 'off', value: snippet_embed }
+ %a#share-btn{ href: "#" } Share
+ %input#snippet-url-area.snippet-embed-input.form-control{ type: "text", autocomplete: 'off', value: snippet_embed }
.input-group-btn
%a#clipboard-btn.btn.btn-default{ title: "Copy to clipboard", data: { toggle: "tooltip", placement: "bottom", title: "Copy source to clipboard", container: "body", clipboard_target: '#snippet-url-area' } }
= sprite_icon('duplicate', size: 16)