Add Report Update button to App pages

This commit is contained in:
Sam Carlton 2020-09-20 00:12:34 -05:00
parent bcc86105ec
commit 38fa626c33

View file

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