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 Dunstone Gray <annabel.dunstone@gmail.com>2019-05-21 22:03:09 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-22 18:50:46 +0300
commite009a00e799c856788211033746c6cc39552cc87 (patch)
tree9dcecb5556d4c2dda3093fab2be80876a166a9b1 /app/views/events/event/_push.html.haml
parentbc4a18ecb9e85a5ee51541ed25b2cb9c4a2768b5 (diff)
Use blue for activity stream links; use monospace font for commit sha
Diffstat (limited to 'app/views/events/event/_push.html.haml')
-rw-r--r--app/views/events/event/_push.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index 69914fccc48..21c418cb0e4 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -32,7 +32,8 @@
- from_label = from
= link_to project_compare_path(project, from: from, to: event.commit_to) do
- Compare #{from_label}...#{truncate_sha(event.commit_to)}
+ %span Compare
+ %span.commit-sha #{from_label}...#{truncate_sha(event.commit_to)}
- if create_mr
%span