diff options
Diffstat (limited to 'src/main/resources/views/setup.rocker.html')
-rw-r--r-- | src/main/resources/views/setup.rocker.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/views/setup.rocker.html b/src/main/resources/views/setup.rocker.html index 3601817..7fa312c 100644 --- a/src/main/resources/views/setup.rocker.html +++ b/src/main/resources/views/setup.rocker.html @@ -2,6 +2,12 @@ @args (String message, Context ctx) @layout.template("Setup", ctx, RockerContent.NONE, RockerContent.NONE) -> { +<div class="navigation"> + <h3> + <a href="/"><i class="icon ion-md-home"></i></a> + <a href="">Setup</a> + </h3> +</div> <div class="flex"> <h1>Setup</h1> |