Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-01-15 23:32:04 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-15 23:32:22 +0300
commite912790f4cb4375d2391524882878881e56eb990 (patch)
tree20cba46c4fed3781927d51f36caf62ddbc003162 /plugins/VisitorInterest
parent880e81834ab98a4b73fb982b2bc2c8982c615fe3 (diff)
fix ui test as a gap was missing in engagement screen before the headlines
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/templates/index.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/VisitorInterest/templates/index.twig b/plugins/VisitorInterest/templates/index.twig
index 59d474fc47..af98d8f1ff 100644
--- a/plugins/VisitorInterest/templates/index.twig
+++ b/plugins/VisitorInterest/templates/index.twig
@@ -1,3 +1,4 @@
+<br />
<div id="leftcolumn">
<h2 piwik-enriched-headline>{{ 'VisitorInterest_VisitsPerDuration'|translate }}</h2>
{{ dataTableNumberOfVisitsPerVisitDuration|raw }}
@@ -7,6 +8,7 @@
{{ dataTableNumberOfVisitsPerPage|raw }}
</div>
<div style="clear:both"></div>
+<br />
<div id="leftcolumn">
<h2 piwik-enriched-headline>{{ 'VisitorInterest_visitsByVisitCount'|translate }}</h2>
{{ dataTableNumberOfVisitsByVisitNum|raw }}