|
|
@ -598,9 +598,6 @@ |
|
|
|
{{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}} |
|
|
|
{{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}} |
|
|
|
<div class="timeline-item event" id="{{.HashTag}}"> |
|
|
|
<div class="timeline-item event" id="{{.HashTag}}"> |
|
|
|
<span class="badge">{{svg "octicon-repo-force-push" 16}}</span> |
|
|
|
<span class="badge">{{svg "octicon-repo-force-push" 16}}</span> |
|
|
|
<a class="ui avatar image" href="{{.Poster.HomeLink}}"> |
|
|
|
|
|
|
|
<img src="{{.Poster.RelAvatarLink}}"> |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
<span class="text grey"> |
|
|
|
<span class="text grey"> |
|
|
|
<a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a> |
|
|
|
<a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a> |
|
|
|
{{ if .IsForcePush }} |
|
|
|
{{ if .IsForcePush }} |
|
|
|