1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Add repo mirror and import

This commit is contained in:
Unknown
2014-04-12 20:35:35 -04:00
parent 23bba7633b
commit 90f6aa8cd1
20 changed files with 271 additions and 125 deletions

View File

@@ -14,7 +14,7 @@
</span>
<p class="author">
<img class="avatar" src="{{AvatarLink .Commit.Author.Email}}" alt=""/>
<a class="name" href="#"><strong>{{.Commit.Author.Name}}</strong></a>
<a class="name" href="/user/email2user?email={{.Commit.Author.Email}}"><strong>{{.Commit.Author.Name}}</strong></a>
<span class="time">{{TimeSince .Commit.Author.When}}</span>
</p>
</div>