~edwargix/git.sr.ht

c7272150a4d2f8847cc3e679a24bfc7259bca415 — Drew DeVault 4 years ago 7329ab6
blob: correct whitespace in links
1 files changed, 4 insertions(+), 6 deletions(-)

M gitsrht/templates/blob.html
M gitsrht/templates/blob.html => gitsrht/templates/blob.html +4 -6
@@ 32,16 32,14 @@ pre, body {
      </span>
      <span class="text-muted" style="margin-left: 1rem">
        <a href="{{url_for("repo.raw_blob", owner=repo.owner.canonical_name,
            repo=repo.name, ref=ref, path=path_join(*path))}}">
          View raw
        </a>
            repo=repo.name, ref=ref, path=path_join(*path))}}"
        >View raw</a>
      </span>
      {% if not blob.is_binary %}
        <span class="text-muted" style="margin-left: 1rem">
          <a href="{{url_for("repo.blame", owner=repo.owner.canonical_name,
              repo=repo.name, ref=ref, path=path_join(*path))}}">
            Blame
          </a>
              repo=repo.name, ref=ref, path=path_join(*path))}}"
          >Blame</a>
        </span>
      {% endif %}
    </span>