diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-05-21 14:03:09 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-05-22 10:50:46 -0500 |
commit | e009a00e799c856788211033746c6cc39552cc87 (patch) | |
tree | 9dcecb5556d4c2dda3093fab2be80876a166a9b1 /app/views/events | |
parent | bc4a18ecb9e85a5ee51541ed25b2cb9c4a2768b5 (diff) | |
download | gitlab-ce-e009a00e799c856788211033746c6cc39552cc87.tar.gz |
Use blue for activity stream links; use monospace font for commit sha61049-links-activity-stream
Diffstat (limited to 'app/views/events')
-rw-r--r-- | app/views/events/event/_push.html.haml | 3 |
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 |