aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/views/files.rocker.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html
index fdea65f..acbe812 100644
--- a/src/main/resources/views/files.rocker.html
+++ b/src/main/resources/views/files.rocker.html
@@ -13,7 +13,15 @@
@layout.template(files.size() + " Files", css, js) -> {
<div class="drop" id="drop">
- <h2>/@path</h2>
+ <h2>
+ <!-- TODO: Add functionality to breadcrumb navigation -->
+ <i class="icon ion-md-home"></i>
+ @for (int i = 0; i < path.split("/").length - 1; i++) {
+ @path.split("/")[i] <i class='icon ion-ios-arrow-forward'></i>
+ }
+ @path.split("/")[path.split("/").length - 1]
+ </h2>
+
<table id="table">
<colgroup>
<col/>