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;
|
background: #333333;
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width:1200px;
|
width:1400px;
|
||||||
}
|
}
|
||||||
.pr-title {
|
.pr-title {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for pr in data.prs %}
|
{% 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>
|
<td>
|
||||||
<center><a class="btn
|
<center><a class="btn
|
||||||
{% if pr.priority >= 100 %}btn-warning{% else %}
|
{% if pr.priority >= 100 %}btn-warning{% else %}
|
||||||
|
|
Loading…
Reference in a new issue