From e8d1e827d8fe68d61a7be180bcc411c0d4e7982c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 10 Oct 2013 12:14:21 +0300 Subject: [PATCH] Remove unnecessary tag --- app/views/events/event/_push.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml index adba9a5..f181df2 100644 --- a/app/views/events/event/_push.html.haml +++ b/app/views/events/event/_push.html.haml @@ -7,7 +7,7 @@ = link_to project_commits_path(event.project, event.ref_name) do %strong= truncate(event.ref_name, length: 30) at - %strong= link_to_project event.project + = link_to_project event.project - if event.push_with_commits? - project = event.project -- libgit2 0.21.2