Skip to content

Commit fd95d0e

Browse files
committed
fix: use Twig button tags in core templates
1 parent 39e63ac commit fd95d0e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/bundle/Core/Resources/views/Security/login.html.twig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
is redirected to on success (more details below)
3030
<input type="hidden" name="_target_path" value="/account" />
3131
#}
32-
<button type="submit" class="ids-btn ids-btn--primary ids-btn--medium">{{ 'Login'|trans }}</button>
32+
<twig:ibexa:button
33+
html_type="submit"
34+
type="primary"
35+
>
36+
{{ 'Login'|trans }}
37+
</twig:ibexa:button>
3338
</fieldset>
3439
{% endblock %}
3540
</form>

0 commit comments

Comments
 (0)