UI: Fix link to Flamenco repository in dashboard cards
This commit is contained in:
parent
2e5be3245c
commit
56767b4a2f
2 changed files with 4 additions and 4 deletions
|
@ -32,12 +32,12 @@
|
|||
</div>
|
||||
|
||||
<div class="ui card card-with-image" style="flex: 1;">
|
||||
<a href="studio/flamenco" class="image">
|
||||
<a href="{{AppSubUrl}}/studio/flamenco" class="image">
|
||||
<img src="/assets/img/thumb_flamenco.jpg">
|
||||
</a>
|
||||
<div class="row">
|
||||
<div class="content p-4">
|
||||
<a href="studio/flamenco">
|
||||
<a href="{{AppSubUrl}}/studio/flamenco">
|
||||
<h3>Flamenco</h3>
|
||||
</a>
|
||||
<div class="description">
|
||||
|
|
|
@ -43,12 +43,12 @@
|
|||
</div>
|
||||
<div class="column">
|
||||
<div class="ui card card-with-image card-with-icon">
|
||||
<a href="studio/flamenco" class="image">
|
||||
<a href="{{AppSubUrl}}/studio/flamenco" class="image">
|
||||
<img src="/assets/img/thumb_flamenco.jpg">
|
||||
</a>
|
||||
<div class="row">
|
||||
<div class="content p-3">
|
||||
<a href="studio/flamenco">
|
||||
<a href="{{AppSubUrl}}/studio/flamenco">
|
||||
<h4>Flamenco</h4>
|
||||
</a>
|
||||
<div class="description">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue