mirror of https://github.com/CIRCL/AIL-framework
chg: [UI] If version None do not show release note link
parent
8087e46da4
commit
0449cc8d25
|
@ -43,7 +43,9 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>AIL Version</td>
|
||||
{%if ail_version != 'None'%}
|
||||
<td>{{current_version}}<a target="_blank" href="https://github.com/ail-project/ail-framework/releases/tag/{{current_version}}" class="text-info"><small> (release note)</small></a></td>
|
||||
{%endif%}
|
||||
</tr>
|
||||
<tr
|
||||
{%if git_metadata['current_branch'] != 'master'%}
|
||||
|
|
|
@ -43,7 +43,9 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>AIL Version</td>
|
||||
{%if ail_version != 'None'%}
|
||||
<td>{{ail_version}}<a target="_blank" href="https://github.com/ail-project/ail-framework/releases/tag/{{ail_version}}" class="text-info"><small> (release note)</small></a></td>
|
||||
{%endif%}
|
||||
</tr>
|
||||
<tr
|
||||
{%if git_metadata['current_branch'] != 'master'%}
|
||||
|
|
Loading…
Reference in New Issue