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:
Diffstat (limited to 'plugins/Feedback/templates')
-rw-r--r--plugins/Feedback/templates/feedbackPopup.twig1
-rw-r--r--plugins/Feedback/templates/feedbackQuestionBanner.twig1
-rw-r--r--plugins/Feedback/templates/index.twig4
-rw-r--r--plugins/Feedback/templates/referBanner.twig1
4 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Feedback/templates/feedbackPopup.twig b/plugins/Feedback/templates/feedbackPopup.twig
deleted file mode 100644
index 7315d4ad12..0000000000
--- a/plugins/Feedback/templates/feedbackPopup.twig
+++ /dev/null
@@ -1 +0,0 @@
-<div piwik-feedback-popup prompt-for-feedback="{{ promptForFeedback }}"></div>
diff --git a/plugins/Feedback/templates/feedbackQuestionBanner.twig b/plugins/Feedback/templates/feedbackQuestionBanner.twig
new file mode 100644
index 0000000000..5daa2548ae
--- /dev/null
+++ b/plugins/Feedback/templates/feedbackQuestionBanner.twig
@@ -0,0 +1 @@
+<div piwik-feedback-question show-question-banner="{{ showQuestionBanner }}"></div> \ No newline at end of file
diff --git a/plugins/Feedback/templates/index.twig b/plugins/Feedback/templates/index.twig
index c14603f52e..73c149650f 100644
--- a/plugins/Feedback/templates/index.twig
+++ b/plugins/Feedback/templates/index.twig
@@ -94,10 +94,6 @@
)|raw }}</p>
</div>
- <div piwik-content-block content-title="{{'Feedback_ReviewMatomoTitle'|translate|e('html_attr') }}">
- <div ng-include="'plugins/Feedback/angularjs/feedback-popup/review-links.directive.html'"></div>
- </div>
-
<div class="footer">
<ul class="social">
<li>
diff --git a/plugins/Feedback/templates/referBanner.twig b/plugins/Feedback/templates/referBanner.twig
deleted file mode 100644
index 628d56c45c..0000000000
--- a/plugins/Feedback/templates/referBanner.twig
+++ /dev/null
@@ -1 +0,0 @@
-<div piwik-refer-banner show-refer-banner="{{ showReferBanner }}"></div>