diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-12 04:22:12 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-12 04:22:12 +0300 |
commit | 42dbb68ee00d41ac270df1a93acf29c4d17c8db1 (patch) | |
tree | 8916979ef93db1ecb0ea057c8b5929fec5621572 /src/pages/widgets/instances.pug | |
parent | Made maps redirect async #208 (diff) | |
download | libredirect-42dbb68ee00d41ac270df1a93acf29c4d17c8db1.zip |
Reorganized pug files. Added Unify settings to libreddit #234
Diffstat (limited to 'src/pages/widgets/instances.pug')
-rw-r--r-- | src/pages/widgets/instances.pug | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pages/widgets/instances.pug b/src/pages/widgets/instances.pug new file mode 100644 index 00000000..950bd46b --- /dev/null +++ b/src/pages/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 |