aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views/index.rocker.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/views/index.rocker.html')
-rw-r--r--src/main/resources/views/index.rocker.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/views/index.rocker.html b/src/main/resources/views/index.rocker.html
index ee681f8..5f71ea1 100644
--- a/src/main/resources/views/index.rocker.html
+++ b/src/main/resources/views/index.rocker.html
@@ -12,6 +12,12 @@
}
@layout.template("Index", ctx, css, js) -> {
+<div class="navigation">
+ <h3>
+ <a href="/"><i class="icon ion-md-home"></i></a>
+ <a href="">Home</a>
+ </h3>
+</div>
<div class="flex">
@if (username.length() > 0) {
<button class="toggle" id="toggle">
@@ -23,7 +29,7 @@
</button>
}
- <h1>Welcome to Kloud<span class="username">@(username == "" ? "" : " " + username)</span>!</h1>
+ <h1>Welcome to Kloud<span class="username">@(username == "" ? "" : ", " + username)</span>!</h1>
<div>
@if(username.length() > 0) {