commit 3b8c462a71ed489dcf9b01f0c1f4c09d5e3bb7c1 from: Omar Polo via: Thomas Adam date: Fri Dec 08 12:30:59 2023 UTC gotwebd: swap the tags and branch listing in the index page discussed / ok stsp@ commit - 960618864e42444ff7551785725705bc764c043f commit + 3b8c462a71ed489dcf9b01f0c1f4c09d5e3bb7c1 blob - de6548a91c86eca52e290437016e14b1cc46a059 blob + d740cbf2d92e9c8ad155cc7776127ddb866f21f1 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -1110,8 +1110,8 @@ nextsep(char *s, char **t) {{ end }} {{ render gotweb_render_briefs(tp) }} -{{ render gotweb_render_tags(tp) }} {{ render gotweb_render_branches(tp, refs) }} +{{ render gotweb_render_tags(tp) }} {{ end }} {{ define gotweb_render_blame(struct template *tp) }}