From 8cd415bd0b0e958f4af26fe80b6f0b71106ea5c4 Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <blakcap@users.noreply.github.com> Date: Fri, 12 May 2017 15:11:24 +0200 Subject: [PATCH] add back link to exps, fixes #11 --- beat/web/reports/templates/reports/panels/experiment_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/web/reports/templates/reports/panels/experiment_table.html b/beat/web/reports/templates/reports/panels/experiment_table.html index 31689e70b..615fca30c 100644 --- a/beat/web/reports/templates/reports/panels/experiment_table.html +++ b/beat/web/reports/templates/reports/panels/experiment_table.html @@ -131,7 +131,7 @@ {% else %} <!-- if objects --> <div class="row"> <div class="col-sm-12 not-found"> - No experiment found + <i class="fa fa-warning fa-lg"></i> You have <strong>not added any experiments</strong> in this report yet. You may add experiments from <a href="{{ URL_PREFIX }}/experiments/{{ request.user.username }}/">any experiment list page</a> to unlock editing features for this report. </div> </div><!-- row --> {% endif %} <!-- if objects --> -- GitLab