From 343b844ab490a9e0b0cd248224a077fbbdc99f09 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Thu, 25 May 2017 15:33:40 -0500 Subject: [PATCH] =?UTF-8?q?Kill=20copy=20button=20with=20=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/projects/_last_push.html.haml | 6 ++---- 1 file 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