Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokinmax committed Jan 9, 2024
1 parent b34ac0f commit cd91905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

# Go workspace file
go.work
cmd/astore/data/apk.db
cmd/astore/apps/*
cmd/astore/data/astore.db
2 changes: 1 addition & 1 deletion cmd/astore/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h1>Android store</h1>
<button class="button" onClick="parent.location='apps/{{.SHA256}}/{{.FileName}}'">Install APK</button>
</td>
<td class="notmain">
<button class="button" onClick="parent.location='{{.service_url}}/qr/{{.apk.ID}}'">Get QR</button>
<button class="button" onClick="parent.location='qr/{{.ID}}'">Get QR</button>
</td>
<tr>
{{ if (eq $admin 1) }}
Expand Down

0 comments on commit cd91905

Please sign in to comment.