mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	* Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
This commit is contained in:
		| @@ -75,6 +75,7 @@ func NewFuncMap() []template.FuncMap { | ||||
| 		"RawTimeSince":  base.RawTimeSince, | ||||
| 		"FileSize":      base.FileSize, | ||||
| 		"Subtract":      base.Subtract, | ||||
| 		"EntryIcon":     base.EntryIcon, | ||||
| 		"Add": func(a, b int) int { | ||||
| 			return a + b | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user