mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 09:44:21 +00:00 
			
		
		
		
	Display author's name on explore page
This commit is contained in:
		@@ -12,7 +12,9 @@
 | 
				
			|||||||
			                <li><i class="octicon octicon-star"></i> {{.NumStars}}</li>
 | 
								                <li><i class="octicon octicon-star"></i> {{.NumStars}}</li>
 | 
				
			||||||
			                <li><i class="octicon octicon-git-branch"></i> {{.NumForks}}</li>
 | 
								                <li><i class="octicon octicon-git-branch"></i> {{.NumForks}}</li>
 | 
				
			||||||
			            </ul>
 | 
								            </ul>
 | 
				
			||||||
						<h2><a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Name}}</a></h2>
 | 
									    <h2>
 | 
				
			||||||
 | 
									        <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Name}}">{{.Owner.Name}} / {{.Name}}</a>
 | 
				
			||||||
 | 
									    </h2>
 | 
				
			||||||
						<p class="org-repo-description">{{.Description}}</p>
 | 
											<p class="org-repo-description">{{.Description}}</p>
 | 
				
			||||||
						<p class="org-repo-updated">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
 | 
											<p class="org-repo-updated">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
@@ -22,4 +24,4 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
{{template "ng/base/footer" .}}
 | 
					{{template "ng/base/footer" .}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user