From eb84ee7a20cb84d3657e1b341e792053eba94455 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 15 Jan 2015 15:19:58 -0800 Subject: [PATCH] Better label for diffs --- app/views/projects/diffs/_file.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/diffs/_file.html.haml b/app/views/projects/diffs/_file.html.haml index 0c5f2ad1f3..34d1350223 100644 --- a/app/views/projects/diffs/_file.html.haml +++ b/app/views/projects/diffs/_file.html.haml @@ -26,7 +26,7 @@   = link_to '#', class: 'js-toggle-diff-comments btn btn-small' do %i.fa.fa-chevron-down - Diff comments + Show/Hide comments   - if @merge_request && @merge_request.source_project