roundabout,
created on Tuesday, 11 June 2024, 18:22:26 (1718130146),
received on Wednesday, 31 July 2024, 06:54:49 (1722408889)
Author identity: vlad <vlad.muntoiu@gmail.com>
e715e2124d6360ad5df3b6e9d651afe1157bb757
templates/repo.html
@@ -27,6 +27,11 @@
{{ repo_data.info | markdown }} {% endif %} </x-vbox> {% if repo.url %} <p> Homepage: <a href="{{ repo_data.url }}">{{ repo_data.url }}</a> </p> {% endif %}<x-vbox class="nopad"> <label for="clone-url">{% trans %}Clone over HTTP{% endtrans %}</label> <input id="clone-url" readonly value="{{ remote }}" size="80">
templates/user-profile-repositories.html
@@ -13,6 +13,11 @@
{% if repo.info %} <p>{{ repo.info }}</p> {% endif %} {% if repo.url %} <p> Homepage: <a href="{{ repo.url }}">{{ repo.url }}</a> </p> {% endif %}</section> </article> </li>