2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Simplify release notes docs (#5063)

This commit is contained in:
Oliver
2023-06-17 21:56:26 +10:00
committed by GitHub
parent bf707766b6
commit f6420f98c2
4 changed files with 18 additions and 40 deletions

View File

@ -1,10 +1,18 @@
<tr>
<td colspan='2'><b><i>Release {{ prefix }}.x</i></b></td>
<td colspan='2'></td>
</tr>
<div class='md-typeset__scrollwrap'>
<div class='md-typeset__table'>
<table>
<thead>
<tr>
<th><span class='fas fa-clipboard-list'></span> Release</th>
<th><span class='fas fa-calendar-alt'></span> Date</th>
<th><span class='fab fa-github'></span> GitHub</th>
<th><span class='fab fa-docker'></span> Docker</th>
</tr>
</thead>
<tbody>
{% for release in config.releases %}
{% if release.prefix == prefix %}
<tr>
<td>
{% if release.local_path %}
@ -25,5 +33,8 @@
{% endif %}
</td>
</tr>
{% endif %}
{% endfor %}
</tbody>
</table>
</div>
</div>

View File

@ -1,13 +0,0 @@
<div class='md-typeset__scrollwrap'>
<div class='md-typeset__table'>
<table>
<thead>
<tr>
<th><span class='fas fa-clipboard-list'></span> Release</th>
<th><span class='fas fa-calendar-alt'></span> Date</th>
<th><span class='fab fa-github'></span> GitHub</th>
<th><span class='fab fa-docker'></span> Docker</th>
</tr>
</thead>
<tbody>

View File

@ -1,4 +0,0 @@
</tbody>
</table>
</div>
</div>