Apply ParenthesesAsGroupedExpression rule in ERB

This commit is contained in:
Javi Martín
2020-09-30 22:37:37 +02:00
parent c1cf9f0c34
commit 82200c5d0b

View File

@@ -21,7 +21,7 @@
<% if feature.enabled? %>
<span class="enabled">
<strong>
<%= t ("admin.settings.index.features.enabled") %>
<%= t("admin.settings.index.features.enabled") %>
</strong>
</span>
<% else %>