diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-18 21:45:12 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 20:36:30 +0100 |
commit | 51e268c34ecfeb541c187f5a361c5c5baa76fbca (patch) | |
tree | 252ec4695f0069c4d6073ffcfc722e786091311a /src/templates/apps.template.html | |
parent | e54bb3ce8ee606fba0cb2ccf67d27cd41d614745 (diff) |
FUNCT Update launcher
Diffstat (limited to 'src/templates/apps.template.html')
-rw-r--r-- | src/templates/apps.template.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/templates/apps.template.html b/src/templates/apps.template.html new file mode 100644 index 0000000..3b0f74e --- /dev/null +++ b/src/templates/apps.template.html @@ -0,0 +1,17 @@ +<div class="grid"> + {{ #apps }} + <div class="item my-3"> + <button type="button" class="btn btn-outline-primary" onclick="app.launch('{{id}}')"> + <h1 class="icon text-center"> + {{ #icon }} + <i class="{{ . }}"></i> + {{ /icon }} + {{ #letter }} + {{ . }} + {{ /letter }} + </h1> + {{ name }} + </button> + </div> + {{ /apps }} +</div>
\ No newline at end of file |