Commit e355d8fe authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'copy-branch-to-clipboard' into 'master'

Allow copying a created branch name to the clipboard.

See merge request !9103
parents 5ae02354 edea8013
......@@ -10,6 +10,7 @@
- if @project && event.project != @project
%span at
%strong= link_to_project event.project
= clipboard_button(clipboard_text: event.ref_name, class: 'btn-clipboard btn-transparent', title: 'Copy branch to clipboard')
#{time_ago_with_tooltip(event.created_at)}
.pull-right
......
---
title: Added the ability to copy a branch name to the clipboard
merge_request: 9103
author: Glenn Sayers
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment