forked from Deuxfleurs/guichet
Merge pull request 'Add a button to visit the website' (#85) from fabientot/guichet:add-visit-button-to-website into main
Reviewed-on: Deuxfleurs/guichet#85
This commit is contained in:
commit
48526f6aca
1 changed files with 6 additions and 1 deletions
|
@ -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 -->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue