Merge pull request #7652 from sweoggy/patch-2

[Shop][Ui] Div tags are not allowed as a child to h2
This commit is contained in:
Paweł Jędrzejewski 2017-03-03 14:06:03 +01:00 committed by GitHub
commit 25e6f08101

View file

@ -1,9 +1,9 @@
<h2 class="ui center aligned icon header">
<i class="circular phone icon"></i>
+48 123 456 789
<div class="sub header">
<span class="sub header">
{{ 'sylius.ui.need_assistance'|trans }} {{ 'sylius.ui.call_us'|trans }}
</div>
</span>
</h2>
<div class="ui divider"></div>