routes: add raw file view
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/file.html → templates/file.html
@@ -5,7 +5,7 @@ {{ template "repoheader" . }} <body> {{ template "nav" . }} <main> - <p>{{ .path }}</p> + <p>{{ .path }} (<a style="color: gray" href="?raw=true">view raw</a>)</p> <div class="file-wrapper"> <table > <tbody><tr>