mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix TimeSince arguments error.
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
|                     <p class="info"> | ||||
|                         <span class="author"><img class="avatar" src="{{.Publisher.AvatarLink}}" alt="" width="20">   | ||||
|                         <a href="/user/{{.Publisher.Name}}">{{.Publisher.Name}}</a></span> | ||||
|                         {{if .Created}}<span class="time">{{TimeSince .Created}}</span>{{end}} | ||||
|                         {{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}} | ||||
|                         <span class="ahead"><strong>{{.NumCommitsBehind}}</strong> commits to {{.Target}} since this release</span> | ||||
|                     </p> | ||||
|                     <div class="markdown desc"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user