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:
authordiosmosis <diosmosis@users.noreply.github.com>2022-08-16 01:24:22 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2022-08-16 01:24:22 +0300
commit5037075163e0df1d90cf10b613cca0b7e7f87632 (patch)
tree5eb21093bc9d878c91fb87ed75ada124f09eb3e7
parent58d9dba8558e091d568ee9ca5486c469b4af7224 (diff)
apply review feedbackvue-remove-angularjs-Morpheus
-rw-r--r--plugins/Morpheus/templates/contentBlock.twig3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Morpheus/templates/contentBlock.twig b/plugins/Morpheus/templates/contentBlock.twig
index a73f036054..a449eaad3e 100644
--- a/plugins/Morpheus/templates/contentBlock.twig
+++ b/plugins/Morpheus/templates/contentBlock.twig
@@ -2,8 +2,7 @@
<div class="card-content">
{% if title is defined and title %}
<h2 class="card-title"
- {% if rate is defined and rate and rate is true %}vue-entry="CoreHome.EnrichedHeadline"
- {% elseif rate is defined and rate and rate %}vue-entry="CoreHome.EnrichedHeadline"{% endif %}
+ {% if rate is defined and rate %}vue-entry="CoreHome.EnrichedHeadline"{% endif %}
>{% block helpText %}{% endblock %}{{ title }}</h2>
{% endif %}