From f8e178b9213ffc1fc63f9a36e5291b3790b557a0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 1 Oct 2018 15:58:33 -0400 Subject: [PATCH] Swap roles of patch and browse buttons --- gitsrht/templates/commit.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gitsrht/templates/commit.html b/gitsrht/templates/commit.html index f4fce51..2e601e6 100644 --- a/gitsrht/templates/commit.html +++ b/gitsrht/templates/commit.html @@ -1,7 +1,7 @@ {% extends "repo.html" %} {% import "utils.html" as utils %} {% block title %} -{{trim_commit(commit.message)}} - {{repo.owner.canonical_name}}/{{repo.name}} - {{cfg("sr.ht", "site-name")}} git +{{repo.owner.canonical_name}}/{{repo.name}}: {{trim_commit(commit.message)}} - {{cfg("sr.ht", "site-name")}} git {% endblock %} {% block content %}
@@ -17,19 +17,19 @@
browse {{icon("caret-right")}} + >patch {{icon("caret-right")}} patch {{icon("caret-right")}} + >browse {{icon("caret-right")}}
-- 2.38.4