Improved EditForm

This commit is contained in:
2018-03-09 16:08:35 +01:00
parent e0dc3f2f93
commit 49b887a201
4 changed files with 90 additions and 2 deletions

View File

@ -0,0 +1,3 @@
component EditFormImagePreview(link string, imageURL string, webp bool)
a(href=link, target="_blank")
img.lazy(data-src=imageURL, alt="Preview", data-webp=webp)