GitlabSerialize: cause of invalid yaml in some events we migrate to json serialization
This commit is contained in:
parent
8aa5076d68
commit
a951e6f8ae
4 changed files with 36 additions and 13 deletions
|
@ -44,7 +44,7 @@
|
|||
= link_to profile_path, :class => "btn" do
|
||||
Your Profile »
|
||||
.span10.left= render "dashboard/projects_feed", :projects => @active_projects
|
||||
- if @last_push
|
||||
- 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}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue