From e860dedd1c9c64702ce7ca9e475cfe1c3242f17b Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Tue, 2 Jun 2015 15:05:44 -0400 Subject: Push event: Nest link in strong tag, not vice-versa Closes #1022 --- app/views/events/event/_push.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') 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 -- cgit v1.2.1