Commit a23a8cb4 authored by Michal Čihař's avatar Michal Čihař

Make titles a link

parent f18f0693
......@@ -12,7 +12,7 @@
<div id="content-main">
<h1>{% trans "Status of repositories" %}</h1>
{% for sp in subprojects %}
<h3>{{ sp }}</h3>
<h3><a href="{{ sp.get_absolute_url }}">{{ sp }}</a></h3>
{% if sp.is_repo_link %}
<p>{% blocktrans with sp.repo as repo %}Not showing status of linked repository. Check {{ repo }} instead.{% endblocktrans %}</p>
{% else %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment