summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-02 15:05:44 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-02 15:05:44 -0400
commite860dedd1c9c64702ce7ca9e475cfe1c3242f17b (patch)
treef99547a40c6ce0402e20e3145219f391f01fe7b6
parentd85a7437a5651a93fc20d9bf7f183293151adb77 (diff)
downloadgitlab-ce-rs-issue-1022.tar.gz
Push event: Nest link in strong tag, not vice-versars-issue-1022
Closes #1022
-rw-r--r--app/views/events/event/_push.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index 1da702be384..34a7c00dc43 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -4,8 +4,8 @@
- if event.rm_ref?
%strong= event.ref_name
- else
- = link_to namespace_project_commits_path(event.project.namespace, event.project, event.ref_name) do
- %strong= event.ref_name
+ %strong
+ = link_to event.ref_name, namespace_project_commits_path(event.project.namespace, event.project, event.ref_name)
at
= link_to_project event.project