Merge pull request 'Add a button to visit the website' (#85) from fabientot/guichet:add-visit-button-to-website into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #85
This commit is contained in:
Quentin 2025-03-24 15:41:57 +00:00
commit 48526f6aca

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 -->