🐙 Templated web page generator for your git repositories
git clone https://github.com/m-col/gitja
Files | Refs | Readme | License

Commit 6eb09c7a1c06fef1e89bcc57bdbe97203a0570f9
Parent: caf703850b1cb2c699a3d9b5ecab217405d6c1d2
Author: mcol <mcol@posteo.net>
Date: 2021-11-23 00:33:42 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2021-11-23 00:33:42 +0000

file template: put mode before name

templates/file.html Modified

@@ -8,7 +8,7 @@
 {% include "repo-table-header.html.include" %}
 
 <div id="content">
-  <p>{{ file }} {{ file.mode_symbolic }}</p><hr>
+  <p>{{ file.mode_symbolic }} {{ file }}</p><hr>
 
 {% if file.is_directory %}
   <table id="files">