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:
authorryyee99 <35312666+ryyee99@users.noreply.github.com>2018-01-18 23:17:17 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-01-18 23:17:17 +0300
commit5351fdc7e8214d3c76c94b8a74774b3b7d2e3da7 (patch)
tree7ecfecc6b6cbc0e395ba3691e2ab77681db26763 /plugins/Widgetize/templates/index.twig
parente6c1134dba1ba5df5a86fb72cc4a7b49b58db6eb (diff)
Added link to make accessibility to Embed guide website easier (#12475)
* Added link to make accessibility to Embed guide website * Update index.twig
Diffstat (limited to 'plugins/Widgetize/templates/index.twig')
-rw-r--r--plugins/Widgetize/templates/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Widgetize/templates/index.twig b/plugins/Widgetize/templates/index.twig
index ae1591fd1f..80d77ee6af 100644
--- a/plugins/Widgetize/templates/index.twig
+++ b/plugins/Widgetize/templates/index.twig
@@ -14,7 +14,7 @@
<div class="widgetize" ng-controller="ExportWidgetController as exportWidget">
<div piwik-content-intro>
<h2 piwik-enriched-headline>{{ title|e('html_attr') }}</h2>
- <p>With Matomo, you can export your Web Analytics reports on your blog, website, or intranet dashboard... in one click.</p>
+ <p>With Matomo, you can <a rel="noreferrer" target="_blank" href="https://matomo.org/docs/embed-piwik-report/">export your Web Analytics reports</a> on your blog, website, or intranet dashboard... in one click.</p>
</div>
<div piwik-content-block content-title="Authentication">
<p>
@@ -59,4 +59,4 @@
{% include "@Dashboard/_widgetFactoryTemplate.twig" %}
-{% endblock %} \ No newline at end of file
+{% endblock %}