mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Mirror update
This commit is contained in:
		@@ -11,7 +11,7 @@
 | 
			
		||||
            <div class="panel-body">
 | 
			
		||||
            	<br/>
 | 
			
		||||
				<form action="/admin/users/{{.User.Id}}" method="post" class="form-horizontal">
 | 
			
		||||
				    {{if .IsSuccess}}<p class="alert alert-success">Your profile has been successfully updated.</p>{{else if .HasError}}<p class="alert alert-danger form-error">{{.ErrorMsg}}</p>{{end}}
 | 
			
		||||
				    {{if .IsSuccess}}<p class="alert alert-success">Account profile has been successfully updated.</p>{{else if .HasError}}<p class="alert alert-danger form-error">{{.ErrorMsg}}</p>{{end}}
 | 
			
		||||
                	<input type="hidden" value="{{.User.Id}}" name="userId"/>
 | 
			
		||||
					<div class="form-group">
 | 
			
		||||
						<label class="col-md-3 control-label">Username: </label>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,13 +2,20 @@
 | 
			
		||||
</div>
 | 
			
		||||
<footer id="footer">
 | 
			
		||||
    <div class="container footer-wrap">
 | 
			
		||||
        <p>© 2014 Gogs · ver {{AppVer}} ·
 | 
			
		||||
            All: {{LoadTimes .PageStartTime}} ·
 | 
			
		||||
            Tmpl: {{call .TmplLoadTimes}} ·
 | 
			
		||||
            <i class="fa fa-github"></i><a target="_blank" href="https://github.com/gogits/gogs">GitHub</a> ·
 | 
			
		||||
    	<div class="row">
 | 
			
		||||
	    	<div class="col-md-6">
 | 
			
		||||
		        <p>© 2014 Gogs · Version: {{AppVer}} ·
 | 
			
		||||
		            Page: <b>{{LoadTimes .PageStartTime}}</b> ·
 | 
			
		||||
		            Template: <b>{{call .TmplLoadTimes}}</b>
 | 
			
		||||
		        </p>
 | 
			
		||||
	        </div>
 | 
			
		||||
 | 
			
		||||
	    	<div class="col-md-1" style="margin: -5px;">
 | 
			
		||||
		        <a target="_blank" href="https://github.com/gogits/gogs"><i class="fa fa-github fa-2x"></i></a>
 | 
			
		||||
	        </div>
 | 
			
		||||
	        <p class="desc"></p>
 | 
			
		||||
    	</div>
 | 
			
		||||
    </div>
 | 
			
		||||
</footer>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user