BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
92857b0d
Commit
92857b0d
authored
May 17, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch '46303_copy_button_fix_embedded_snippets' into 'master'"
This reverts commit
f1818e57
.
parent
f1818e57
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
snippets.scss
app/assets/stylesheets/framework/snippets.scss
+1
-2
_header.html.haml
app/views/shared/snippets/_header.html.haml
+1
-1
46303_copy_button_fix_embedded_snippets.yml
...gs/unreleased/46303_copy_button_fix_embedded_snippets.yml
+0
-5
No files found.
app/assets/stylesheets/framework/snippets.scss
View file @
92857b0d
...
...
@@ -67,8 +67,7 @@
padding
:
8px
40px
;
}
.embed-toggle
,
.snippet-clipboard-btn
{
.embed-toggle
{
height
:
35px
;
}
}
app/views/shared/snippets/_header.html.haml
View file @
92857b0d
...
...
@@ -45,6 +45,6 @@
%strong
.embed-toggle-list-item
=
_
(
"Share"
)
%input
.js-snippet-url-area.snippet-embed-input.form-control
{
type:
"text"
,
autocomplete:
'off'
,
value:
snippet_embed
}
.input-group-btn
%button
.js-clipboard-btn.
snippet-clipboard-btn.btn.btn-default.has-tooltip
{
title:
"Copy to clipboard"
,
'data-clipboard-target'
:
'.js-
snippet-url-area'
}
%button
.js-clipboard-btn.
btn.btn-default.has-tooltip
{
title:
"Copy to clipboard"
,
'data-clipboard-target'
:
'#
snippet-url-area'
}
=
sprite_icon
(
'duplicate'
,
size:
16
)
.clearfix
changelogs/unreleased/46303_copy_button_fix_embedded_snippets.yml
deleted
100644 → 0
View file @
f1818e57
---
title
:
fixed copy to blipboard button in embed bar of snippets
merge_request
:
18923
author
:
haseebeqx
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment