Commit e8d1e827d8fe68d61a7be180bcc411c0d4e7982c

Authored by Dmitriy Zaporozhets
1 parent d1ffbdfc

Remove unnecessary tag

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/events/event/_push.html.haml
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 = link_to project_commits_path(event.project, event.ref_name) do 7 = link_to project_commits_path(event.project, event.ref_name) do
8 %strong= truncate(event.ref_name, length: 30) 8 %strong= truncate(event.ref_name, length: 30)
9 at 9 at
10 - %strong= link_to_project event.project 10 + = link_to_project event.project
11 11
12 - if event.push_with_commits? 12 - if event.push_with_commits?
13 - project = event.project 13 - project = event.project