1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00

Handle edit URL

This commit is contained in:
srxr
2021-03-27 07:10:05 +00:00
parent a55db041cc
commit e984fce524
6 changed files with 107 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
<div class="form-group input-group">
<input class="form-input" id="input-url" value="{{.URL}}" readonly />
<button class="btn btn-primary hide" id="btn-copy" data-clipboard-target="#input-url">Copy</button>
<a class="btn btn-action" href="/e/{{.ID}}">
<i class="icon icon-edit">Edit</i>
</a>
</div>
</div>
</div>