Fix issues with push 600+ commits. refactored, improved push events
This commit is contained in:
parent
eb2c1cd2e3
commit
897da534fa
9 changed files with 72 additions and 45 deletions
|
@ -47,7 +47,7 @@
|
|||
- if @last_push && @last_push.valid_push?
|
||||
.padded.prepend-top-20
|
||||
%h5
|
||||
%small Latest push was to the #{@last_push.branch_name} branch of #{@last_push.project.name}:
|
||||
%small Latest push was to the #{@last_push.ref_name} #{@last_push.ref_type} of #{@last_push.project.name}:
|
||||
%ul.unstyled= render @last_push
|
||||
|
||||
- if @merge_requests.any?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue