delete less accidentally clickable
parent
9583234df5
commit
07992b6636
|
|
@ -23,10 +23,13 @@
|
|||
{{ if eq "" .editing.ID }}
|
||||
New
|
||||
{{ else }}
|
||||
<form method="POST" action="/v1/feeds?id={{ .editing.ID }}&delete">
|
||||
<button type="submit">DELETE</button>
|
||||
</form>
|
||||
Update <code><a target="_blank" href="{{ .editing_url }}">{{ .editing.URL }}</a></code> (<a href="?">clear</a>)
|
||||
Updating <code><a target="_blank" href="{{ .editing_url }}">{{ .editing.URL }}</a></code> (<a href="?">clear</a>)
|
||||
<br>
|
||||
<div style="scale: 0.85">
|
||||
<form method="POST" action="/v1/feeds?id={{ .editing.ID }}&delete">
|
||||
<button type="submit">DELETE</button>
|
||||
</form>
|
||||
</div>
|
||||
{{ end }}
|
||||
</h3>
|
||||
<form method="POST" action="/v1/feeds?id={{ .editing.ID }}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue