|
|
@ -126,7 +126,7 @@
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.published_release_label"}}</span>
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.published_release_label"}}</span>
|
|
|
|
{{.TagName}}
|
|
|
|
{{.TagName}}
|
|
|
|
{{if not .IsTag}}
|
|
|
|
{{if not .IsTag}}
|
|
|
|
<a class="title" href="{{$.RepoLink}}/src/{{.TagName | PathEscapeSegments}}">{{.Title | RenderEmoji $.Context}}</a>
|
|
|
|
<a class="title" href="{{$.RepoLink}}/src/{{.TagName | PathEscapeSegments}}">{{.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
{{TimeSinceUnix .CreatedUnix ctx.Locale}}
|
|
|
|
{{TimeSinceUnix .CreatedUnix ctx.Locale}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
@ -146,7 +146,7 @@
|
|
|
|
{{range .Activity.MergedPRs}}
|
|
|
|
{{range .Activity.MergedPRs}}
|
|
|
|
<p class="desc">
|
|
|
|
<p class="desc">
|
|
|
|
<span class="ui purple label">{{ctx.Locale.Tr "repo.activity.merged_prs_label"}}</span>
|
|
|
|
<span class="ui purple label">{{ctx.Locale.Tr "repo.activity.merged_prs_label"}}</span>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/pulls/{{.Index}}">{{.Issue.Title | RenderEmoji $.Context}}</a>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/pulls/{{.Index}}">{{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{TimeSinceUnix .MergedUnix ctx.Locale}}
|
|
|
|
{{TimeSinceUnix .MergedUnix ctx.Locale}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
@ -165,7 +165,7 @@
|
|
|
|
{{range .Activity.OpenedPRs}}
|
|
|
|
{{range .Activity.OpenedPRs}}
|
|
|
|
<p class="desc">
|
|
|
|
<p class="desc">
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.opened_prs_label"}}</span>
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.opened_prs_label"}}</span>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/pulls/{{.Index}}">{{.Issue.Title | RenderEmoji $.Context}}</a>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/pulls/{{.Index}}">{{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{TimeSinceUnix .Issue.CreatedUnix ctx.Locale}}
|
|
|
|
{{TimeSinceUnix .Issue.CreatedUnix ctx.Locale}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
@ -184,7 +184,7 @@
|
|
|
|
{{range .Activity.ClosedIssues}}
|
|
|
|
{{range .Activity.ClosedIssues}}
|
|
|
|
<p class="desc">
|
|
|
|
<p class="desc">
|
|
|
|
<span class="ui red label">{{ctx.Locale.Tr "repo.activity.closed_issue_label"}}</span>
|
|
|
|
<span class="ui red label">{{ctx.Locale.Tr "repo.activity.closed_issue_label"}}</span>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title | RenderEmoji $.Context}}</a>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{TimeSinceUnix .ClosedUnix ctx.Locale}}
|
|
|
|
{{TimeSinceUnix .ClosedUnix ctx.Locale}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
@ -203,7 +203,7 @@
|
|
|
|
{{range .Activity.OpenedIssues}}
|
|
|
|
{{range .Activity.OpenedIssues}}
|
|
|
|
<p class="desc">
|
|
|
|
<p class="desc">
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.new_issue_label"}}</span>
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.new_issue_label"}}</span>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title | RenderEmoji $.Context}}</a>
|
|
|
|
#{{.Index}} <a class="title" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{TimeSinceUnix .CreatedUnix ctx.Locale}}
|
|
|
|
{{TimeSinceUnix .CreatedUnix ctx.Locale}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
@ -221,9 +221,9 @@
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.unresolved_conv_label"}}</span>
|
|
|
|
<span class="ui green label">{{ctx.Locale.Tr "repo.activity.unresolved_conv_label"}}</span>
|
|
|
|
#{{.Index}}
|
|
|
|
#{{.Index}}
|
|
|
|
{{if .IsPull}}
|
|
|
|
{{if .IsPull}}
|
|
|
|
<a class="title" href="{{$.RepoLink}}/pulls/{{.Index}}">{{.Title | RenderEmoji $.Context}}</a>
|
|
|
|
<a class="title" href="{{$.RepoLink}}/pulls/{{.Index}}">{{.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{else}}
|
|
|
|
{{else}}
|
|
|
|
<a class="title" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title | RenderEmoji $.Context}}</a>
|
|
|
|
<a class="title" href="{{$.RepoLink}}/issues/{{.Index}}">{{.Title | RenderEmoji $.Context | RenderCodeBlock}}</a>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
{{TimeSinceUnix .UpdatedUnix ctx.Locale}}
|
|
|
|
{{TimeSinceUnix .UpdatedUnix ctx.Locale}}
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|