aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/pal/templates')
-rw-r--r--resources/tools/dash/app/pal/templates/index.jinja214
1 files changed, 10 insertions, 4 deletions
diff --git a/resources/tools/dash/app/pal/templates/index.jinja2 b/resources/tools/dash/app/pal/templates/index.jinja2
index 8ab5c84356..bd53346065 100644
--- a/resources/tools/dash/app/pal/templates/index.jinja2
+++ b/resources/tools/dash/app/pal/templates/index.jinja2
@@ -5,9 +5,15 @@
<img src="{{ url_for('static', filename='img/logo.svg') }}" class="logo" />
<h1 class="site-title">{{ title }}</h1>
<p class="subtitle">{{ description }}</p>
- <a href="/trending/" class="dash-link">
- <span>trending</span>
- <i class="fas fa-arrow-right"></i>
- </a>
+ <div>
+ <a href="/trending/" class="dash-link">
+ <span>Trending</span>
+ <i class="fas fa-arrow-right"></i>
+ </a>
+ <a href="/report/" class="dash-link">
+ <span>Report</span>
+ <i class="fas fa-arrow-right"></i>
+ </a>
+ </div>
</div>
{% endblock %}