break view form into multiple parts

This commit is contained in:
realaravinth
2021-12-18 20:53:10 +05:30
parent 708a157ee1
commit 7b0fe7c4b2
6 changed files with 71 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
<a href="<.= crate::PAGES.panel.sitekey.get_delete(&key) .>">
<img class="sitekey-form__delete"
src="<.= crate::FILES.get("./static/cache/img/svg/trash.svg").unwrap() .>"
alt="Delete sitekey"
/>
</a>