mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Report Update button to App pages
This commit is contained in:
parent
bcc86105ec
commit
38fa626c33
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@
|
||||||
class=""
|
class=""
|
||||||
>{{ (i === 0) ? 'Download' : link.label }}</LinkButton>
|
>{{ (i === 0) ? 'Download' : link.label }}</LinkButton>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="report-links py-24 shadow-none">
|
||||||
|
<!-- https://eric.blog/2016/01/08/prefilling-github-issues/ -->
|
||||||
|
<a
|
||||||
|
:href="`https://github.com/ThatGuySam/doesitarm/issues/new?title=Update%20on%20${app.name}%20Support&body=Here's%20a%20link%20about%20it:&labels[]=App%20Update`"
|
||||||
|
target="_blank"
|
||||||
|
class="text-xs"
|
||||||
|
>Report Update</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue