diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-15 23:17:28 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-15 23:17:28 +0100 |
commit | 359499b1058a6b8cd4cc99aadd407e0a050ba4d7 (patch) | |
tree | a62ddbbf98a8765bf5a77b09161cbe4f994c44b2 /templates/gititemsummary.qtpl | |
parent | f4ea96c52928eedd11b3f809cd9a481eda214482 (diff) | |
download | cerrado-359499b1058a6b8cd4cc99aadd407e0a050ba4d7.tar.gz cerrado-359499b1058a6b8cd4cc99aadd407e0a050ba4d7.tar.bz2 cerrado-359499b1058a6b8cd4cc99aadd407e0a050ba4d7.zip |
ref: Make summary more lean
Now it will only show the first 3 tags to better distribute the page
content.
Diffstat (limited to 'templates/gititemsummary.qtpl')
-rw-r--r-- | templates/gititemsummary.qtpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/gititemsummary.qtpl b/templates/gititemsummary.qtpl index e00c37d..f39a613 100644 --- a/templates/gititemsummary.qtpl +++ b/templates/gititemsummary.qtpl @@ -34,6 +34,7 @@ type GitItemSummaryPage struct { {% endfor %} </div> </div> + <a class="more" href="/{%s name %}/refs/">[ see refs... ]</a> </div> <div class="row"> <div class="event-list"> @@ -41,5 +42,6 @@ type GitItemSummaryPage struct { {%= Commit(name, c, false) %} {% endfor %} </div> + <a class="more" href="/{%s name %}/log/{%s ref %}/">[ see log... ]</a> </div> {% endfunc %} |