fix for chrome issue
This commit is contained in:
parent
bab24c2fcd
commit
cfdbfcc621
1 changed files with 8 additions and 9 deletions
|
@ -31,18 +31,17 @@
|
|||
%textarea.hidden.js-task-list-field
|
||||
= @snippet.description
|
||||
- if public_snippet?
|
||||
.pull-right
|
||||
.embed-snippet.pull-right.col-md-6
|
||||
.input-group
|
||||
.input-group-btn
|
||||
%button.btn.btn-default.dropdown-toggle{ 'data-toggle': 'dropdown' }
|
||||
%a.btn.btn-default.embed-toggle.dropdown-toggle{ 'data-toggle': 'dropdown' }
|
||||
%span#embed-action Embed
|
||||
= sprite_icon('angle-down', size: 16)
|
||||
.dropdown-menu
|
||||
%ul
|
||||
%li
|
||||
%a#embed-btn{ href: "#" } Embed
|
||||
%li
|
||||
%a#share-btn{ href: "#" } Share
|
||||
= sprite_icon('angle-down', size: 12)
|
||||
%ul.dropdown-menu.dropdown-menu-selectable.dropdown-menu-right
|
||||
%li
|
||||
%a#embed-btn.btn.btn-transparent{ href: "#" } Embed
|
||||
%li
|
||||
%a#share-btn.btn.btn-transparent{ 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' } }
|
||||
|
|
Loading…
Reference in a new issue