Add a button to visit the website
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval

This commit is contained in:
Fabien Le Frapper 2025-03-23 21:47:08 +01:00
parent f8a3714d8c
commit 08b036b2fb

View file

@ -42,7 +42,12 @@
</p>
</div>
<div class="col-md-9">
<h2>{{ .View.Name.Url }}</h2>
<div class="d-flex justify-content-between align-items-center">
<h2>{{ .View.Name.Url }}</h2>
<div>
<a href="https://{{ .View.Name.Url }}" target="_blank" rel="noreferrer external" class="btn btn-dark">Visiter</a>
</div>
</div>
<!-- QUOTAS -->