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:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-14 23:22:56 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-14 23:22:56 +0300
commitcf01719d6e5a511adae61cd10ef0f82228747c24 (patch)
treee82f260eddf7a2d560855503dd92aacd9ba34b10 /app/views/projects/diffs
parent941cf7c3e794417e6a49c7d4dc3c7044b3051a81 (diff)
Resolve ""Click to expand" link in collapsed diffs should be blue"
Diffstat (limited to 'app/views/projects/diffs')
-rw-r--r--app/views/projects/diffs/_collapsed.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_collapsed.html.haml b/app/views/projects/diffs/_collapsed.html.haml
index 5762f4d86d7..9bd1255fe00 100644
--- a/app/views/projects/diffs/_collapsed.html.haml
+++ b/app/views/projects/diffs/_collapsed.html.haml
@@ -2,4 +2,4 @@
- url = url_for(safe_params.merge(action: :diff_for_path, old_path: diff_file.old_path, new_path: diff_file.new_path, file_identifier: diff_file.file_identifier))
.nothing-here-block.diff-collapsed{ data: { diff_for_path: url } }
This diff is collapsed.
- %a.click-to-expand Click to expand it.
+ %button.click-to-expand.btn.btn-link Click to expand it.