diff options
author | Vitaly Takmazov | 2020-04-14 16:10:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-14 16:10:49 +0300 |
commit | f216eaa143febe357fb901f4e568e3f0a54cc7ce (patch) | |
tree | fe0e15fd9693ada27c8eb38e4eb509edfc9fc658 /src/main/resources/templates/views/partial/settings_tabs.html | |
parent | e8b26eab5c866893ede06a79f0977b8dc9add8eb (diff) |
Initial grid layout
Diffstat (limited to 'src/main/resources/templates/views/partial/settings_tabs.html')
-rw-r--r-- | src/main/resources/templates/views/partial/settings_tabs.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/partial/settings_tabs.html b/src/main/resources/templates/views/partial/settings_tabs.html index 60337d92..00f7068a 100644 --- a/src/main/resources/templates/views/partial/settings_tabs.html +++ b/src/main/resources/templates/views/partial/settings_tabs.html @@ -5,4 +5,7 @@ <a href="/settings?page=about">{{ i18n("messages","link.settings.about") }}</a> <a href="/logout"><i data-icon="ei-user" data-size="s"></i>{{ i18n("messages","link.logout") }}</a> </div> -</div>
\ No newline at end of file +</div> +<span class="desktop"> + {% include "views/partial/footer" %} +</span>
\ No newline at end of file |