Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-24 19:06:49 +0300
committerPhil Hughes <me@iamphill.com>2016-06-08 12:10:18 +0300
commit8b40a7745be84659c10db02e3bbb74126bd42414 (patch)
treec1bf27d83bba6f7e766e56477e639c8612521cb6 /app/views/projects/commits
parent79b375e17876105cefcbc5c451e785aceedb0002 (diff)
Updated tests
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index f79c9448f60..d6661deb5ff 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -19,7 +19,7 @@
.commit-actions
- if commit.status
= render_commit_status(commit, cssclass: 'btn btn-transparent')
- = clipboard_button({ clipboard_text: commit.id }, css_class: 'btn-transparent')
+ = clipboard_button_with_class({ clipboard_text: commit.id }, css_class: 'btn-transparent')
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit-short-id btn btn-transparent"
= link_to_browse_code(project, commit)