mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Add commit link for file list
This commit is contained in:
		@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language.
 | 
			
		||||
 | 
			
		||||
Since we choose to use pure Go implementation of Git manipulation, Gogs certainly supports **ALL platforms**  that Go supports, including Linux, Max OS X, and Windows with **ZERO** dependency.
 | 
			
		||||
 | 
			
		||||
##### Current version: 0.0.9 Alpha
 | 
			
		||||
##### Current version: 0.1.0 Alpha
 | 
			
		||||
 | 
			
		||||
## Purpose
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -69,14 +69,10 @@
 | 
			
		||||
                    </span>
 | 
			
		||||
                </td>
 | 
			
		||||
                <td class="text">
 | 
			
		||||
                            <span class="wrap">
 | 
			
		||||
                                {{.Message}}
 | 
			
		||||
                            </span>
 | 
			
		||||
                    <span class="wrap"><a href="/{{$username}}/{{$reponame}}/commit/{{.LastCommit}}">{{.Message}}</a></span>
 | 
			
		||||
                </td>
 | 
			
		||||
                <td class="date">
 | 
			
		||||
                            <span class="wrap">
 | 
			
		||||
                                {{TimeSince .Created}}
 | 
			
		||||
                            </span>
 | 
			
		||||
                    <span class="wrap">{{TimeSince .Created}}</span>
 | 
			
		||||
                </td>
 | 
			
		||||
                </tr>
 | 
			
		||||
                {{end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user