Commit 9d36d216 authored by Michal Čihař's avatar Michal Čihař

Add links for linked repositories

parent 239d3473
......@@ -12,9 +12,9 @@
<div id="content-main">
<h1>{% trans "Status of repositories" %}</h1>
{% for sp in subprojects %}
<h3><a href="{{ sp.get_absolute_url }}">{{ sp }}</a></h3>
<h3 id="{{ sp.get_full_slug }}"><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>
<p>{% blocktrans with sp.repo as repo and sp.get_linked_repo.get_full_slug as slug %}Not showing status of linked repository. Check <a href="#{{ slug }}">{{ repo }}</a> instead.{% endblocktrans %}</p>
{% else %}
<pre>
{{ sp.get_repo.git.status }}
......
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