Commit e8d1e827d8fe68d61a7be180bcc411c0d4e7982c
1 parent
d1ffbdfc
Exists in
master
and in
4 other branches
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 | = link_to project_commits_path(event.project, event.ref_name) do |
8 | 8 | %strong= truncate(event.ref_name, length: 30) |
9 | 9 | at |
10 | - %strong= link_to_project event.project | |
10 | + = link_to_project event.project | |
11 | 11 | |
12 | 12 | - if event.push_with_commits? |
13 | 13 | - project = event.project | ... | ... |