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 %}
|
||||
{% for project in projects %}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<a class="h4 panel-title" href="{% url 'list-issue' project.name %}">{{ project }}</a>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="list-group">
|
||||
<a class="list-group-item disabled" href="{% url 'list-issue' project.name %}">
|
||||
<h4>{{ project }}</h4>
|
||||
</a>
|
||||
<div class="list-group-item">
|
||||
{% if project.description %}
|
||||
{{ project.description|linebreaksbr }}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue