From 8c7ed627b669a9276176823c1bbd449d00424ee0 Mon Sep 17 00:00:00 2001 From: sup39 Date: Wed, 10 Jan 2024 07:09:59 +0900 Subject: [PATCH] feat: add raw file link in source file browser --- templates/repo/source-git.hamlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/source-git.hamlet b/templates/repo/source-git.hamlet index bedd47c..ecdc1b2 100644 --- a/templates/repo/source-git.hamlet +++ b/templates/repo/source-git.hamlet @@ -87,7 +87,7 @@ $if not $ null looms $case sv $of SourceFile (FileView name body) -

#{name} +

#{name} [Raw] ^{body} $of SourceDir (DirectoryView mname ents mreadme)

#{fromMaybe "Files" mname}