diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-10 23:07:52 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-10 23:07:52 +0200 |
commit | fc4e71d7809e6e9975d678ee388fc28c74e0e3af (patch) | |
tree | ce9624f00ed5a8ab22781476ea1b8196bee53527 /pyload/web/app/templates | |
parent | new hoster links, fixed manifest (diff) | |
download | pyload-fc4e71d7809e6e9975d678ee388fc28c74e0e3af.tar.xz |
several ui fixes
Diffstat (limited to 'pyload/web/app/templates')
-rw-r--r-- | pyload/web/app/templates/default/notification.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pyload/web/app/templates/default/notification.html b/pyload/web/app/templates/default/notification.html index 150b2800a..1b6d21e27 100644 --- a/pyload/web/app/templates/default/notification.html +++ b/pyload/web/app/templates/default/notification.html @@ -1,11 +1,10 @@ {{#if queries }} -<span class="btn-query"> -Queries <span class="badge badge-info">{{ queries }}></span> -</span> + <span class="btn-query"> + Queries <span class="badge badge-info">{{ queries }}</span> + </span> {{/if}} {{#if notifications }} -<span class="btn-notification"> -Notifications <span class="badge badge-success">{{ notifications }}</span> -</span> -{{/if}} -</%if}}
\ No newline at end of file + <span class="btn-notification"> + Notifications <span class="badge badge-success">{{ notifications }}</span> + </span> +{{/if}}
\ No newline at end of file |