project list: all title box clickable
This commit is contained in:
parent
82d303c203
commit
cb3f602c91
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@
|
||||||
|
|
||||||
{% if projects.exists %}
|
{% if projects.exists %}
|
||||||
{% for project in projects %}
|
{% for project in projects %}
|
||||||
<div class="panel panel-default">
|
<div class="list-group">
|
||||||
<div class="panel-heading">
|
<a class="list-group-item disabled" href="{% url 'list-issue' project.name %}">
|
||||||
<a class="h4 panel-title" href="{% url 'list-issue' project.name %}">{{ project }}</a>
|
<h4>{{ project }}</h4>
|
||||||
</div>
|
</a>
|
||||||
<div class="panel-body">
|
<div class="list-group-item">
|
||||||
{% if project.description %}
|
{% if project.description %}
|
||||||
{{ project.description|linebreaksbr }}
|
{{ project.description|linebreaksbr }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue