diff options
| author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-28 22:40:33 +0000 | 
|---|---|---|
| committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 16:05:32 +0100 | 
| commit | 28be7ca850f41352a1e4e43f0c7035bdeeff6e83 (patch) | |
| tree | 3d8bef1bec6dd3600c8ffb318c03b221ccb504b8 /views/partials/instanceRules.handlebars | |
| parent | 53288fa3df3f828e99eaba679d436e65def2deb4 (diff) | |
New frontend styles, instance description functionality
Diffstat (limited to 'views/partials/instanceRules.handlebars')
| -rw-r--r-- | views/partials/instanceRules.handlebars | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/views/partials/instanceRules.handlebars b/views/partials/instanceRules.handlebars new file mode 100644 index 0000000..c7fa9be --- /dev/null +++ b/views/partials/instanceRules.handlebars @@ -0,0 +1,11 @@ +<div class="card mb-4"> +    <div class="card-header"> +        <h6 class="mb-1">Instance settings</h6> +    </div> + +    <ul class="list-group list-group-flush"> +        {{#each instanceRules}} +        <li class="list-group-item"><i class="{{this.icon}} fa-fw mr-2"></i> {{this.text}}</li> +        {{/each}} +    </ul> +</div>
\ No newline at end of file  | 
