summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-05-25 15:33:40 -0500
committerDouwe Maan <douwe@selenight.nl>2017-05-25 15:33:40 -0500
commit343b844ab490a9e0b0cd248224a077fbbdc99f09 (patch)
tree920aa28b541b98fd4d9cc654c30666222ad72a57 /app/views/projects
parente45e540d1d90549cc5f45521360241afce9eaf18 (diff)
downloadgitlab-ce-343b844ab490a9e0b0cd248224a077fbbdc99f09.tar.gz
Kill copy button with 🔥
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_last_push.html.haml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/projects/_last_push.html.haml b/app/views/projects/_last_push.html.haml
index b81416bdb2f..e8b1940af2d 100644
--- a/app/views/projects/_last_push.html.haml
+++ b/app/views/projects/_last_push.html.haml
@@ -4,10 +4,8 @@
.event-last-push
.event-last-push-text
%span You pushed to
- = link_to namespace_project_commits_path(event.project.namespace, event.project, event.ref_name), class: 'ref-name' do
- %strong= event.ref_name
-
- = clipboard_button(text: event.ref_name, gfm: "`#{event.ref_name}`", class: 'btn-clipboard btn-transparent', title: 'Copy branch name to clipboard')
+ %strong
+ = link_to event.ref_name, namespace_project_commits_path(event.project.namespace, event.project, event.ref_name), class: 'ref-name'
- if event.project != @project
%span at