mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Small fixes in html templates
This commit is contained in:
parent
4fb604a156
commit
524268961c
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
background: #333333;
|
||||
}
|
||||
.container {
|
||||
width:1200px;
|
||||
width:1400px;
|
||||
}
|
||||
.pr-title {
|
||||
white-space: nowrap;
|
||||
|
@ -76,7 +76,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
{% for pr in data.prs %}
|
||||
<tr class="{% for team in pr.teams %}team-{{ team }}{% endfor %}">
|
||||
<tr class="{% for team in pr.teams %}team-{{ team }} {% endfor %}">
|
||||
<td>
|
||||
<center><a class="btn
|
||||
{% if pr.priority >= 100 %}btn-warning{% else %}
|
||||
|
|
Loading…
Reference in a new issue