gitea-1.18.0: fixing bastardized templates #36
|
@ -14,71 +14,71 @@
|
||||||
{{.ShortActUserName}}
|
{{.ShortActUserName}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{if eq .GetOpType 1}}
|
{{if eq .GetOpType 1}}
|
||||||
{{$.i18n.Tr "action.create_repo" (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.create_repo" (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 2}}
|
{{else if eq .GetOpType 2}}
|
||||||
{{$.i18n.Tr "action.rename_repo" (.GetContent|Escape) (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.rename_repo" (.GetContent|Escape) (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 5}}
|
{{else if eq .GetOpType 5}}
|
||||||
{{if .Content}}
|
{{if .Content}}
|
||||||
{{$.i18n.Tr "action.commit_repo" (.GetRepoLink|Escape) (.GetRefLink|Escape) (Escape .GetBranch) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.commit_repo" (.GetRepoLink|Escape) (.GetRefLink|Escape) (Escape .GetBranch) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{$.i18n.Tr "action.create_branch" (.GetRepoLink|Escape) (.GetRefLink|Escape) (Escape .GetBranch) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.create_branch" (.GetRepoLink|Escape) (.GetRefLink|Escape) (Escape .GetBranch) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{end}}
|
{{end}}
|
||||||
{{else if eq .GetOpType 6}}
|
{{else if eq .GetOpType 6}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.create_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.create_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 7}}
|
{{else if eq .GetOpType 7}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.create_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.create_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 8}}
|
{{else if eq .GetOpType 8}}
|
||||||
{{$.i18n.Tr "action.transfer_repo" .GetContent (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.transfer_repo" .GetContent (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 9}}
|
{{else if eq .GetOpType 9}}
|
||||||
{{$.i18n.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetTag|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetTag|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 10}}
|
{{else if eq .GetOpType 10}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.comment_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.comment_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 11}}
|
{{else if eq .GetOpType 11}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.merge_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.merge_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 12}}
|
{{else if eq .GetOpType 12}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.close_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.close_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 13}}
|
{{else if eq .GetOpType 13}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.reopen_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.reopen_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 14}}
|
{{else if eq .GetOpType 14}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.close_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.close_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 15}}
|
{{else if eq .GetOpType 15}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.reopen_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.reopen_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 16}}
|
{{else if eq .GetOpType 16}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.delete_tag" (.GetRepoLink|Escape) (.GetTag|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.delete_tag" (.GetRepoLink|Escape) (.GetTag|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 17}}
|
{{else if eq .GetOpType 17}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.delete_branch" (.GetRepoLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.delete_branch" (.GetRepoLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 18}}
|
{{else if eq .GetOpType 18}}
|
||||||
{{$.i18n.Tr "action.mirror_sync_push" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.mirror_sync_push" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 19}}
|
{{else if eq .GetOpType 19}}
|
||||||
{{$.i18n.Tr "action.mirror_sync_create" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.mirror_sync_create" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 20}}
|
{{else if eq .GetOpType 20}}
|
||||||
{{$.i18n.Tr "action.mirror_sync_delete" (.GetRepoLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.mirror_sync_delete" (.GetRepoLink|Escape) (.GetBranch|Escape) (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 21}}
|
{{else if eq .GetOpType 21}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.approve_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.approve_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 22}}
|
{{else if eq .GetOpType 22}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.reject_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.reject_pull_request" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 23}}
|
{{else if eq .GetOpType 23}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
{{$.locale.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
|
||||||
{{else if eq .GetOpType 24}}
|
{{else if eq .GetOpType 24}}
|
||||||
{{$linkText := .Content | RenderEmoji}}
|
{{$linkText := .Content | RenderEmoji}}
|
||||||
{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
|
{{$.locale.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
|
||||||
{{else if eq .GetOpType 25}}
|
{{else if eq .GetOpType 25}}
|
||||||
{{$index := index .GetIssueInfos 0}}
|
{{$index := index .GetIssueInfos 0}}
|
||||||
{{$reviewer := index .GetIssueInfos 1}}
|
{{$reviewer := index .GetIssueInfos 1}}
|
||||||
{{$.i18n.Tr "action.review_dismissed" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) $reviewer | Str2html}}
|
{{$.locale.Tr "action.review_dismissed" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) $reviewer | Str2html}}
|
||||||
{{end}}
|
{{end}}
|
||||||
</p>
|
</p>
|
||||||
{{if or (eq .GetOpType 5) (eq .GetOpType 18)}}
|
{{if or (eq .GetOpType 5) (eq .GetOpType 18)}}
|
||||||
|
@ -96,26 +96,26 @@
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
{{end}}
|
{{end}}
|
||||||
{{if and (gt $push.Len 1) $push.CompareURL}}<li><a href="{{AppSubUrl}}/{{$push.CompareURL}}">{{$.i18n.Tr "action.compare_commits" $push.Len}} »</a></li>{{end}}
|
{{if and (gt $push.Len 1) $push.CompareURL}}<li><a href="{{AppSubUrl}}/{{$push.CompareURL}}">{{$.locale.Tr "action.compare_commits" $push.Len}} »</a></li>{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{else if eq .GetOpType 6}}
|
{{else if eq .GetOpType 6}}
|
||||||
<span class="text truncate issue title">{{index .GetIssueInfos 1 | RenderEmoji}}</span>
|
<span class="text truncate issue title">{{index .GetIssueInfos 1 | RenderEmoji | RenderCodeBlock}}</span>
|
||||||
{{else if eq .GetOpType 7}}
|
{{else if eq .GetOpType 7}}
|
||||||
<span class="text truncate issue title">{{index .GetIssueInfos 1 | RenderEmoji}}</span>
|
<span class="text truncate issue title">{{index .GetIssueInfos 1 | RenderEmoji | RenderCodeBlock}}</span>
|
||||||
{{else if or (eq .GetOpType 10) (eq .GetOpType 21) (eq .GetOpType 22) (eq .GetOpType 23)}}
|
{{else if or (eq .GetOpType 10) (eq .GetOpType 21) (eq .GetOpType 22) (eq .GetOpType 23)}}
|
||||||
<a href="{{.GetCommentLink}}" class="text truncate issue title">{{.GetIssueTitle | RenderEmoji}}</a>
|
<a href="{{.GetCommentLink}}" class="text truncate issue title">{{.GetIssueTitle | RenderEmoji | RenderCodeBlock}}</a>
|
||||||
{{$comment := index .GetIssueInfos 1}}
|
{{$comment := index .GetIssueInfos 1}}
|
||||||
{{if gt (len $comment) 0}}<p class="text light grey">{{$comment | RenderEmoji}}</p>{{end}}
|
{{if gt (len $comment) 0}}<p class="text light grey">{{$comment | RenderEmoji}}</p>{{end}}
|
||||||
{{else if eq .GetOpType 11}}
|
{{else if eq .GetOpType 11}}
|
||||||
<p class="text light grey">{{index .GetIssueInfos 1}}</p>
|
<p class="text light grey">{{index .GetIssueInfos 1}}</p>
|
||||||
{{else if or (eq .GetOpType 12) (eq .GetOpType 13) (eq .GetOpType 14) (eq .GetOpType 15)}}
|
{{else if or (eq .GetOpType 12) (eq .GetOpType 13) (eq .GetOpType 14) (eq .GetOpType 15)}}
|
||||||
<span class="text truncate issue title">{{.GetIssueTitle | RenderEmoji}}</span>
|
<span class="text truncate issue title">{{.GetIssueTitle | RenderEmoji | RenderCodeBlock}}</span>
|
||||||
{{else if eq .GetOpType 25}}
|
{{else if eq .GetOpType 25}}
|
||||||
<p class="text light grey">{{$.i18n.Tr "action.review_dismissed_reason"}}</p>
|
<p class="text light grey">{{$.locale.Tr "action.review_dismissed_reason"}}</p>
|
||||||
<p class="text light grey">{{index .GetIssueInfos 2 | RenderEmoji}}</p>
|
<p class="text light grey">{{index .GetIssueInfos 2 | RenderEmoji}}</p>
|
||||||
{{end}}
|
{{end}}
|
||||||
<p class="text italic light grey">{{TimeSince .GetCreate $.i18n.Lang}}</p>
|
<p class="text italic light grey">{{TimeSince .GetCreate $.locale}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui two wide right aligned column">
|
<div class="ui two wide right aligned column">
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
From 6f11836b767f23b8da0588b76794aa4b80b029ea Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ben Kristinsson <ben@sudo.is>
|
||||||
|
Date: Thu, 27 Oct 2022 17:26:03 +0200
|
||||||
|
Subject: [PATCH] applied patch to feeds.tml
|
||||||
|
|
||||||
|
---
|
||||||
|
roles/gitea/files/tmpl/user/dashboard/feeds.tmpl | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/roles/gitea/files/tmpl/user/dashboard/feeds.tmpl b/roles/gitea/files/tmpl/user/dashboard/feeds.tmpl
|
||||||
|
index 94bbbc4..a534951 100644
|
||||||
|
--- a/roles/gitea/files/tmpl/user/dashboard/feeds.tmpl
|
||||||
|
+++ b/roles/gitea/files/tmpl/user/dashboard/feeds.tmpl
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
{{range .Feeds}}
|
||||||
|
+ {{if and (ne .ActUser.ID 2) (ne .ActUser.ID 17)}}
|
||||||
|
<div class="news">
|
||||||
|
<div class="ui left">
|
||||||
|
{{avatarByAction .}}
|
||||||
|
@@ -123,4 +124,5 @@
|
||||||
|
</div>
|
||||||
|
<div class="ui divider"></div>
|
||||||
|
</div>
|
||||||
|
+ {{end}}
|
||||||
|
{{end}}
|
||||||
|
--
|
||||||
|
2.35.1
|
||||||
|
|
|
@ -19,111 +19,109 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
inline-template
|
inline-template
|
||||||
v-cloak
|
v-cloak
|
||||||
>
|
></repo-search>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<template id="dashboard-repo-list-template">
|
||||||
<div>
|
<div>
|
||||||
<div v-if="!isOrganization" class="ui two item tabable menu">
|
<div v-if="!isOrganization" class="ui two item tabable menu">
|
||||||
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.i18n.Tr "repository"}}</a>
|
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{.locale.Tr "repository"}}</a>
|
||||||
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{.i18n.Tr "organization"}}</a>
|
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{.locale.Tr "organization"}}</a>
|
||||||
</div>
|
</div>
|
||||||
<div v-show="tab === 'repos'" class="ui tab active list dashboard-repos">
|
<div v-show="tab === 'repos'" class="ui tab active list dashboard-repos">
|
||||||
<h4 class="ui top attached header df ac">
|
<h4 class="ui top attached header df ac">
|
||||||
<div class="f1 df ac">
|
<div class="f1 df ac">
|
||||||
{{.i18n.Tr "home.my_repos"}}
|
{{.locale.Tr "home.my_repos"}}
|
||||||
<span class="ui grey label ml-3">${reposTotalCount}</span>
|
<span class="ui grey label ml-3">${reposTotalCount}</span>
|
||||||
</div>
|
</div>
|
||||||
<a class="tooltip" :href="subUrl + '/repo/create'" data-content="{{.i18n.Tr "new_repo"}}" data-position="left center">
|
<a class="tooltip" :href="subUrl + '/repo/create'" data-content="{{.locale.Tr "new_repo"}}" data-position="left center">
|
||||||
{{svg "octicon-plus"}}
|
{{svg "octicon-plus"}}
|
||||||
<span class="sr-only">{{.i18n.Tr "new_repo"}}</span>
|
<span class="sr-only">{{.locale.Tr "new_repo"}}</span>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached segment repos-search">
|
<div class="ui attached segment repos-search">
|
||||||
<div class="ui fluid right action left icon input" :class="{loading: isLoading}">
|
<div class="ui fluid right action left icon input" :class="{loading: isLoading}">
|
||||||
<input @input="changeReposFilter(reposFilter)" v-model="searchQuery" ref="search" placeholder="{{.i18n.Tr "home.search_repos"}}">
|
<input @input="changeReposFilter(reposFilter)" v-model="searchQuery" ref="search" placeholder="{{.locale.Tr "home.search_repos"}}">
|
||||||
<i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
|
<i class="icon df ac jc">{{svg "octicon-search" 16}}</i>
|
||||||
<div class="ui dropdown icon button" title="{{.i18n.Tr "home.filter"}}">
|
<div class="ui dropdown icon button" title="{{.locale.Tr "home.filter"}}">
|
||||||
<i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
|
<i class="icon df ac jc m-0">{{svg "octicon-filter" 16}}</i>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<a @click="toggleArchivedFilter()">
|
<a @click="toggleArchivedFilter()">
|
||||||
<div class="ui checkbox" id="archivedFilterCheckbox" title="{{.i18n.Tr "home.show_both_archived_unarchived"}}" v-if="archivedFilter === 'both'">
|
<div class="ui checkbox" id="archivedFilterCheckbox" title="{{.locale.Tr "home.show_both_archived_unarchived"}}" v-if="archivedFilter === 'both'">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{{svg "octicon-archive" 16 "mr-2"}}
|
{{svg "octicon-archive" 16 "mr-2"}}
|
||||||
{{.i18n.Tr "home.show_archived"}}
|
{{.locale.Tr "home.show_archived"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui checkbox" id="archivedFilterCheckbox" title="{{.i18n.Tr "home.show_only_unarchived"}}" v-if="archivedFilter === 'unarchived'">
|
<div class="ui checkbox" id="archivedFilterCheckbox" title="{{.locale.Tr "home.show_only_unarchived"}}" v-if="archivedFilter === 'unarchived'">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{{svg "octicon-archive" 16 "mr-2"}}
|
{{svg "octicon-archive" 16 "mr-2"}}
|
||||||
{{.i18n.Tr "home.show_archived"}}
|
{{.locale.Tr "home.show_archived"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui checkbox" id="archivedFilterCheckbox" title="{{.i18n.Tr "home.show_only_archived"}}" v-if="archivedFilter === 'archived'">
|
<div class="ui checkbox" id="archivedFilterCheckbox" title="{{.locale.Tr "home.show_only_archived"}}" v-if="archivedFilter === 'archived'">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{{svg "octicon-archive" 16 "mr-2"}}
|
{{svg "octicon-archive" 16 "mr-2"}}
|
||||||
{{.i18n.Tr "home.show_archived"}}
|
{{.locale.Tr "home.show_archived"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<a @click="togglePrivateFilter()">
|
<a @click="togglePrivateFilter()">
|
||||||
<div class="ui checkbox" id="privateFilterCheckbox" title="{{.i18n.Tr "home.show_both_private_public"}}" v-if="privateFilter === 'both'">
|
<div class="ui checkbox" id="privateFilterCheckbox" title="{{.locale.Tr "home.show_both_private_public"}}" v-if="privateFilter === 'both'">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{{svg "octicon-lock" 16 "mr-2"}}
|
{{svg "octicon-lock" 16 "mr-2"}}
|
||||||
{{.i18n.Tr "home.show_private"}}
|
{{.locale.Tr "home.show_private"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui checkbox" id="privateFilterCheckbox" title="{{.i18n.Tr "home.show_only_public"}}" v-if="privateFilter === 'public'">
|
<div class="ui checkbox" id="privateFilterCheckbox" title="{{.locale.Tr "home.show_only_public"}}" v-if="privateFilter === 'public'">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{{svg "octicon-lock" 16 "mr-2"}}
|
{{svg "octicon-lock" 16 "mr-2"}}
|
||||||
{{.i18n.Tr "home.show_private"}}
|
{{.locale.Tr "home.show_private"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui checkbox" id="privateFilterCheckbox" title="{{.i18n.Tr "home.show_only_private"}}" v-if="privateFilter === 'private'">
|
<div class="ui checkbox" id="privateFilterCheckbox" title="{{.locale.Tr "home.show_only_private"}}" v-if="privateFilter === 'private'">
|
||||||
<input type="checkbox">
|
<input type="checkbox">
|
||||||
<label>
|
<label>
|
||||||
{{svg "octicon-lock" 16 "mr-2"}}
|
{{svg "octicon-lock" 16 "mr-2"}}
|
||||||
{{.i18n.Tr "home.show_private"}}
|
{{.locale.Tr "home.show_private"}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui secondary tiny pointing borderless menu center grid repos-filter">
|
<div class="ui secondary tiny pointing borderless menu center grid repos-filter">
|
||||||
|
|
||||||
<a class="item" :class="{active: reposFilter === 'all'}" @click="changeReposFilter('all')">
|
<a class="item" :class="{active: reposFilter === 'all'}" @click="changeReposFilter('all')">
|
||||||
{{.i18n.Tr "all"}}
|
{{.locale.Tr "all"}}
|
||||||
<div v-show="reposFilter === 'all'" class="ui circular mini grey label">${repoTypeCount}</div>
|
<div v-show="reposFilter === 'all'" class="ui circular mini grey label">${repoTypeCount}</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="item" :class="{active: reposFilter === 'sources'}" @click="changeReposFilter('sources')">
|
<a class="item" :class="{active: reposFilter === 'sources'}" @click="changeReposFilter('sources')">
|
||||||
{{.i18n.Tr "sources"}}
|
{{.locale.Tr "sources"}}
|
||||||
<div v-show="reposFilter === 'sources'" class="ui circular mini grey label">${repoTypeCount}</div>
|
<div v-show="reposFilter === 'sources'" class="ui circular mini grey label">${repoTypeCount}</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="item" :class="{active: reposFilter === 'forks'}" @click="changeReposFilter('forks')">
|
<a class="item" :class="{active: reposFilter === 'forks'}" @click="changeReposFilter('forks')">
|
||||||
{{.i18n.Tr "forks"}}
|
{{.locale.Tr "forks"}}
|
||||||
<div v-show="reposFilter === 'forks'" class="ui circular mini grey label">${repoTypeCount}</div>
|
<div v-show="reposFilter === 'forks'" class="ui circular mini grey label">${repoTypeCount}</div>
|
||||||
</a>
|
</a>
|
||||||
|
{{if .MirrorsEnabled}}
|
||||||
<a class="item" :class="{active: reposFilter === 'mirrors'}" @click="changeReposFilter('mirrors')">
|
<a class="item" :class="{active: reposFilter === 'mirrors'}" @click="changeReposFilter('mirrors')">
|
||||||
{{.i18n.Tr "mirrors"}}
|
{{.locale.Tr "mirrors"}}
|
||||||
<div v-show="reposFilter === 'mirrors'" class="ui circular mini grey label">${repoTypeCount}</div>
|
<div v-show="reposFilter === 'mirrors'" class="ui circular mini grey label">${repoTypeCount}</div>
|
||||||
</a>
|
</a>
|
||||||
|
{{end}}
|
||||||
<a class="item" :class="{active: reposFilter === 'collaborative'}" @click="changeReposFilter('collaborative')">
|
<a class="item" :class="{active: reposFilter === 'collaborative'}" @click="changeReposFilter('collaborative')">
|
||||||
{{.i18n.Tr "collaborative"}}
|
{{.locale.Tr "collaborative"}}
|
||||||
<div v-show="reposFilter === 'collaborative'" class="ui circular mini grey label">${repoTypeCount}</div>
|
<div v-show="reposFilter === 'collaborative'" class="ui circular mini grey label">${repoTypeCount}</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="repos.length" class="ui attached table segment rounded-bottom">
|
<div v-if="repos.length" class="ui attached table segment rounded-bottom">
|
||||||
|
@ -149,20 +147,20 @@
|
||||||
<div v-if="showMoreReposLink" class="center py-3 border-secondary-top">
|
<div v-if="showMoreReposLink" class="center py-3 border-secondary-top">
|
||||||
<div class="ui borderless pagination menu narrow">
|
<div class="ui borderless pagination menu narrow">
|
||||||
<a class="item navigation py-2" :class="{'disabled': page === 1}"
|
<a class="item navigation py-2" :class="{'disabled': page === 1}"
|
||||||
@click="changePage(1)" title="{{$.i18n.Tr "admin.first_page"}}">
|
@click="changePage(1)" title="{{$.locale.Tr "admin.first_page"}}">
|
||||||
{{svg "gitea-double-chevron-left" 16 "mr-2"}}
|
{{svg "gitea-double-chevron-left" 16 "mr-2"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="item navigation py-2" :class="{'disabled': page === 1}"
|
<a class="item navigation py-2" :class="{'disabled': page === 1}"
|
||||||
@click="changePage(page - 1)" title="{{$.i18n.Tr "repo.issues.previous"}}">
|
@click="changePage(page - 1)" title="{{$.locale.Tr "repo.issues.previous"}}">
|
||||||
{{svg "octicon-chevron-left" 16 "mr-2"}}
|
{{svg "octicon-chevron-left" 16 "mr-2"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="active item py-2">${page}</a>
|
<a class="active item py-2">${page}</a>
|
||||||
<a class="item navigation" :class="{'disabled': page === finalPage}"
|
<a class="item navigation" :class="{'disabled': page === finalPage}"
|
||||||
@click="changePage(page + 1)" title="{{$.i18n.Tr "repo.issues.next"}}">
|
@click="changePage(page + 1)" title="{{$.locale.Tr "repo.issues.next"}}">
|
||||||
{{svg "octicon-chevron-right" 16 "ml-2"}}
|
{{svg "octicon-chevron-right" 16 "ml-2"}}
|
||||||
</a>
|
</a>
|
||||||
<a class="item navigation py-2" :class="{'disabled': page === finalPage}"
|
<a class="item navigation py-2" :class="{'disabled': page === finalPage}"
|
||||||
@click="changePage(finalPage)" title="{{$.i18n.Tr "admin.last_page"}}">
|
@click="changePage(finalPage)" title="{{$.locale.Tr "admin.last_page"}}">
|
||||||
{{svg "gitea-double-chevron-right" 16 "ml-2"}}
|
{{svg "gitea-double-chevron-right" 16 "ml-2"}}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -172,12 +170,12 @@
|
||||||
<div v-if="!isOrganization" v-show="tab === 'organizations'" class="ui tab active list dashboard-orgs">
|
<div v-if="!isOrganization" v-show="tab === 'organizations'" class="ui tab active list dashboard-orgs">
|
||||||
<h4 class="ui top attached header df ac">
|
<h4 class="ui top attached header df ac">
|
||||||
<div class="f1 df ac">
|
<div class="f1 df ac">
|
||||||
{{.i18n.Tr "home.my_orgs"}}
|
{{.locale.Tr "home.my_orgs"}}
|
||||||
<span class="ui grey label ml-3">${organizationsTotalCount}</span>
|
<span class="ui grey label ml-3">${organizationsTotalCount}</span>
|
||||||
</div>
|
</div>
|
||||||
<a v-if="canCreateOrganization" class="tooltip" :href="subUrl + '/org/create'" data-content="{{.i18n.Tr "new_org"}}" data-position="left center">
|
<a v-if="canCreateOrganization" class="tooltip" :href="subUrl + '/org/create'" data-content="{{.locale.Tr "new_org"}}" data-position="left center">
|
||||||
{{svg "octicon-plus"}}
|
{{svg "octicon-plus"}}
|
||||||
<span class="sr-only">{{.i18n.Tr "new_org"}}</span>
|
<span class="sr-only">{{.locale.Tr "new_org"}}</span>
|
||||||
</a>
|
</a>
|
||||||
</h4>
|
</h4>
|
||||||
<div v-if="organizations.length" class="ui attached table segment rounded-bottom">
|
<div v-if="organizations.length" class="ui attached table segment rounded-bottom">
|
||||||
|
@ -198,5 +196,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</repo-search>
|
</template>
|
||||||
</div>
|
|
||||||
|
|
Loading…
Reference in New Issue