Make the space for repo actions wider on repo header (#3312)
This commit is contained in:
		
							parent
							
								
									2d31986236
								
							
						
					
					
						commit
						8ef1711055
					
				| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
{{with .Repository}}
 | 
					{{with .Repository}}
 | 
				
			||||||
	<div class="ui container">
 | 
						<div class="ui container">
 | 
				
			||||||
		<div class="ui stackable grid header-grid">
 | 
							<div class="ui stackable grid header-grid">
 | 
				
			||||||
			<div class="ten wide column">
 | 
								<div class="eight wide column">
 | 
				
			||||||
				<div class="ui huge breadcrumb">
 | 
									<div class="ui huge breadcrumb">
 | 
				
			||||||
					<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
 | 
										<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
 | 
				
			||||||
					<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
 | 
										<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			<div class="ui six wide right aligned column">
 | 
								<div class="ui eight wide right aligned column">
 | 
				
			||||||
				<div class="ui compact labeled button" tabindex="0">
 | 
									<div class="ui compact labeled button" tabindex="0">
 | 
				
			||||||
					<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
 | 
										<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
 | 
				
			||||||
						<i class="icon fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
 | 
											<i class="icon fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue