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