Started working on the view upload page
This commit is contained in:
parent
0a9af9cde8
commit
48f39133d7
18 changed files with 327 additions and 45 deletions
8
views/uploads/show.html
Normal file
8
views/uploads/show.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<main class="container">
|
||||
<div class="my-4 d-flex justify-content-between align-items-baseline"
|
||||
data-controller="upload" data-upload-site-id-value="{{ .site.ID }}">
|
||||
<button class="btn" data-action="upload#upload">Copy HTML</button>
|
||||
</div>
|
||||
|
||||
<img src="{{ .URL }}" alt="{{ .Upload.Alt }}" class="img-fluid">
|
||||
</main>
|
||||
Loading…
Add table
Add a link
Reference in a new issue