From 85d14cc229263c5788cac9370ac60e9582f9de6c Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Tue, 1 May 2018 17:04:36 +1000 Subject: Symlink icons (#1416) (#3826) * 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 --- models/fixtures/repo_unit.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'models/fixtures/repo_unit.yml') diff --git a/models/fixtures/repo_unit.yml b/models/fixtures/repo_unit.yml index 45229cce37..6780de7531 100644 --- a/models/fixtures/repo_unit.yml +++ b/models/fixtures/repo_unit.yml @@ -67,3 +67,10 @@ type: 5 config: "{}" created_unix: 946684810 + +- + id: 11 + repo_id: 31 + type: 1 + config: "{}" + created_unix: 1524304355 -- cgit v1.2.3