~edwargix/git.sr.ht

b697b7e51c52579d45b8576514f9e3a4f19ccdad — Drew DeVault 6 years ago 7395da4
Populate log link on summary page
1 files changed, 4 insertions(+), 2 deletions(-)

M gitsrht/templates/summary.html
M gitsrht/templates/summary.html => gitsrht/templates/summary.html +4 -2
@@ 24,9 24,11 @@
        <dt>{{default_branch.name[len("refs/heads/"):]}}</dt>
        <dd>
          <a href="{{url_for("repo.tree",
              owner=repo.owner.canonical_name, repo=repo.name)}}"
            owner=repo.owner.canonical_name, repo=repo.name)}}"
          >browse {{icon("caret-right")}}</a>
          <a href="#">log {{icon("caret-right")}}</a>
          <a href="{{url_for("repo.log",
            owner=repo.owner.canonical_name, repo=repo.name)}}"
          >log {{icon("caret-right")}}</a>
        </dd>
        {% endif %}
        {% if latest_tag %}