Add a button to visit the website
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending approval
This commit is contained in:
parent
f8a3714d8c
commit
08b036b2fb
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