diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-15 00:26:03 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-15 00:26:11 +0300 |
commit | 7cc326eb659de0346f873d9fc96cd303479e3a58 (patch) | |
tree | fb4f6c22b85a43c09e41617896d04973160fdafa /pug/widgets/instances.pug | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-7cc326eb659de0346f873d9fc96cd303479e3a58.zip |
Still makin Pug structure. Finished adding LibreSpeed #170
Diffstat (limited to 'pug/widgets/instances.pug')
-rw-r--r-- | pug/widgets/instances.pug | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pug/widgets/instances.pug b/pug/widgets/instances.pug new file mode 100644 index 00000000..4f20d466 --- /dev/null +++ b/pug/widgets/instances.pug @@ -0,0 +1,15 @@ +mixin instances(myPlaceholder) + .some-block.option-block + h4(data-localise="__MSG_defaultInstances__") Default Instances + + .checklist + hr + .some-block.option-block + h4(data-localise="__MSG_customInstances__") Custom Instances + form.custom-instance-form + .some-block.option-block + input.custom-instance(placeholder=myPlaceholder type="url") + button.add.add-instance(type="submit") + svg(xmlns="https://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="currentColor") + path(d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z") + .checklist.custom-checklist \ No newline at end of file |