mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 02:04:11 +01:00 
			
		
		
		
	
							parent
							
								
									cb01b8691d
								
							
						
					
					
						commit
						3780795b93
					
				@ -1,5 +1,5 @@
 | 
			
		||||
	{{template "base/alert" .}}
 | 
			
		||||
	<form class="ui form ignore-dirty">
 | 
			
		||||
{{template "base/alert" .}}
 | 
			
		||||
<form class="ui form ignore-dirty">
 | 
			
		||||
	<div class="ui fluid action input">
 | 
			
		||||
		{{template "shared/searchinput" dict "locale" .locale "Value" .Query "AutoFocus" true}}
 | 
			
		||||
		<select class="ui dropdown" name="type">
 | 
			
		||||
@ -11,8 +11,8 @@
 | 
			
		||||
		</select>
 | 
			
		||||
		<button class="ui primary button">{{.locale.Tr "explore.search"}}</button>
 | 
			
		||||
	</div>
 | 
			
		||||
	</form>
 | 
			
		||||
	<div class="ui {{if .PackageDescriptors}}issue list{{end}}">
 | 
			
		||||
</form>
 | 
			
		||||
<div class="ui {{if .PackageDescriptors}}issue list{{end}}">
 | 
			
		||||
	{{range .PackageDescriptors}}
 | 
			
		||||
		<li class="item gt-df gt-py-3">
 | 
			
		||||
			<div class="issue-item-main">
 | 
			
		||||
@ -50,4 +50,4 @@
 | 
			
		||||
		{{end}}
 | 
			
		||||
	{{end}}
 | 
			
		||||
	{{template "base/paginate" .}}
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
	<p><a href="{{.PackageDescriptor.PackageWebLink}}">{{.PackageDescriptor.Package.Name}}</a> / <strong>{{.locale.Tr "packages.versions"}}</strong></p>
 | 
			
		||||
	<form class="ui form ignore-dirty">
 | 
			
		||||
<p><a href="{{.PackageDescriptor.PackageWebLink}}">{{.PackageDescriptor.Package.Name}}</a> / <strong>{{.locale.Tr "packages.versions"}}</strong></p>
 | 
			
		||||
<form class="ui form ignore-dirty">
 | 
			
		||||
	<div class="ui fluid action input">
 | 
			
		||||
		{{template "shared/searchinput" dict "locale" .locale "Value" .Query "AutoFocus" true}}
 | 
			
		||||
		<select class="ui dropdown" name="sort">
 | 
			
		||||
@ -17,8 +17,8 @@
 | 
			
		||||
		{{end}}
 | 
			
		||||
		<button class="ui primary button">{{.locale.Tr "explore.search"}}</button>
 | 
			
		||||
	</div>
 | 
			
		||||
	</form>
 | 
			
		||||
	<div class="ui {{if .PackageDescriptors}}issue list{{end}}">
 | 
			
		||||
</form>
 | 
			
		||||
<div class="ui {{if .PackageDescriptors}}issue list{{end}}">
 | 
			
		||||
	{{range .PackageDescriptors}}
 | 
			
		||||
		<li class="item gt-df gt-py-3">
 | 
			
		||||
			<div class="issue-item-main">
 | 
			
		||||
@ -34,4 +34,4 @@
 | 
			
		||||
		<p>{{.locale.Tr "packages.filter.no_result"}}</p>
 | 
			
		||||
	{{end}}
 | 
			
		||||
	{{template "base/paginate" .}}
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
@ -1,12 +1,12 @@
 | 
			
		||||
		{{if .CanWriteProjects}}
 | 
			
		||||
{{if .CanWriteProjects}}
 | 
			
		||||
	<div class="gt-tr">
 | 
			
		||||
		<a class="ui small green button" href="{{$.Link}}/new">{{.locale.Tr "repo.projects.new"}}</a>
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="divider"></div>
 | 
			
		||||
		{{end}}
 | 
			
		||||
{{end}}
 | 
			
		||||
 | 
			
		||||
		{{template "base/alert" .}}
 | 
			
		||||
		<div class="small-menu-items ui compact tiny menu">
 | 
			
		||||
{{template "base/alert" .}}
 | 
			
		||||
<div class="small-menu-items ui compact tiny menu">
 | 
			
		||||
	<a class="item{{if not .IsShowClosed}} active{{end}}" href="{{$.Link}}?state=open">
 | 
			
		||||
		{{svg "octicon-project-symlink" 16 "gt-mr-3"}}
 | 
			
		||||
		{{.locale.PrettyNumber .OpenCount}} {{.locale.Tr "repo.issues.open_title"}}
 | 
			
		||||
@ -15,9 +15,9 @@
 | 
			
		||||
		{{svg "octicon-check" 16 "gt-mr-3"}}
 | 
			
		||||
		{{.locale.PrettyNumber .ClosedCount}} {{.locale.Tr "repo.issues.closed_title"}}
 | 
			
		||||
	</a>
 | 
			
		||||
		</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
		<div class="ui right floated secondary filter menu">
 | 
			
		||||
<div class="ui right floated secondary filter menu">
 | 
			
		||||
	<!-- Sort -->
 | 
			
		||||
	<div class="ui dropdown type jump item">
 | 
			
		||||
		<span class="text">
 | 
			
		||||
@ -30,8 +30,8 @@
 | 
			
		||||
			<a class="{{if eq .SortType "leastupdate"}}active {{end}}item" href="{{$.Link}}?q={{$.Keyword}}&sort=leastupdate&state={{$.State}}">{{.locale.Tr "repo.issues.filter_sort.leastupdate"}}</a>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="milestone-list">
 | 
			
		||||
</div>
 | 
			
		||||
<div class="milestone-list">
 | 
			
		||||
	{{range .Projects}}
 | 
			
		||||
		<li class="milestone-card">
 | 
			
		||||
			<h3 class="flex-text-block gt-m-0">
 | 
			
		||||
@ -70,7 +70,7 @@
 | 
			
		||||
	{{end}}
 | 
			
		||||
 | 
			
		||||
	{{template "base/paginate" .}}
 | 
			
		||||
		</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{{if $.CanWriteProjects}}
 | 
			
		||||
<div class="ui g-modal-confirm delete modal">
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
	<h2 class="ui dividing header">
 | 
			
		||||
<h2 class="ui dividing header">
 | 
			
		||||
	{{if .PageIsEditProjects}}
 | 
			
		||||
		{{.locale.Tr "repo.projects.edit"}}
 | 
			
		||||
		<div class="sub header">{{.locale.Tr "repo.projects.edit_subheader"}}</div>
 | 
			
		||||
@ -6,9 +6,9 @@
 | 
			
		||||
		{{.locale.Tr "repo.projects.new"}}
 | 
			
		||||
		<div class="sub header">{{.locale.Tr "repo.projects.new_subheader"}}</div>
 | 
			
		||||
	{{end}}
 | 
			
		||||
	</h2>
 | 
			
		||||
	{{template "base/alert" .}}
 | 
			
		||||
	<form class="ui form grid" action="{{.Link}}" method="post">
 | 
			
		||||
</h2>
 | 
			
		||||
{{template "base/alert" .}}
 | 
			
		||||
<form class="ui form grid" action="{{.Link}}" method="post">
 | 
			
		||||
	{{.CsrfTokenHtml}}
 | 
			
		||||
	<div class="eleven wide column">
 | 
			
		||||
		<input type="hidden" id="redirect" name="redirect" value="{{.redirect}}">
 | 
			
		||||
@ -63,4 +63,4 @@
 | 
			
		||||
			{{if .PageIsEditProjects}}{{.locale.Tr "repo.projects.modify"}}{{else}}{{.locale.Tr "repo.projects.create"}}{{end}}
 | 
			
		||||
		</button>
 | 
			
		||||
	</div>
 | 
			
		||||
	</form>
 | 
			
		||||
</form>
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
		<div class="ui two column stackable grid">
 | 
			
		||||
<div class="ui two column stackable grid">
 | 
			
		||||
	<div class="column">
 | 
			
		||||
	</div>
 | 
			
		||||
	<div class="column right aligned">
 | 
			
		||||
@ -34,9 +34,9 @@
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="divider"></div>
 | 
			
		||||
		<div class="ui two column stackable grid">
 | 
			
		||||
</div>
 | 
			
		||||
<div class="divider"></div>
 | 
			
		||||
<div class="ui two column stackable grid">
 | 
			
		||||
	<div class="column">
 | 
			
		||||
		<h2 class="project-title">{{$.Project.Title}}</h2>
 | 
			
		||||
		<div class="content project-description">{{$.Project.RenderedContent|Str2html}}</div>
 | 
			
		||||
@ -66,14 +66,13 @@
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	{{end}}
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="divider"></div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
	<div id="project-board">
 | 
			
		||||
<div class="divider"></div>
 | 
			
		||||
 | 
			
		||||
<div id="project-board">
 | 
			
		||||
	<div class="board {{if .CanWriteProjects}}sortable{{end}}">
 | 
			
		||||
		{{range $board := .Boards}}
 | 
			
		||||
 | 
			
		||||
		<div class="ui segment board-column" style="background: {{.Color}} !important;" data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.Link}}/{{.ID}}">
 | 
			
		||||
			<div class="board-column-header gt-df gt-ac gt-sb">
 | 
			
		||||
				<div class="ui large label board-label gt-py-2">
 | 
			
		||||
@ -249,7 +248,7 @@
 | 
			
		||||
		{{end}}
 | 
			
		||||
	</div>
 | 
			
		||||
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{{if .CanWriteProjects}}
 | 
			
		||||
	<div class="ui g-modal-confirm delete modal">
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
{{else}}
 | 
			
		||||
<div role="main" aria-label="{{.Title}}" class="page-content user profile packages">
 | 
			
		||||
	<div role="main" aria-label="{{.Title}}" class="page-content user profile packages">
 | 
			
		||||
		<div class="ui container">
 | 
			
		||||
			<div class="ui stackable grid">
 | 
			
		||||
				<div class="ui four wide column">
 | 
			
		||||
@ -22,6 +22,6 @@
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</div>
 | 
			
		||||
</div>
 | 
			
		||||
	</div>
 | 
			
		||||
{{end}}
 | 
			
		||||
{{template "base/footer" .}}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user