We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e63ac commit fd95d0eCopy full SHA for fd95d0e
1 file changed
src/bundle/Core/Resources/views/Security/login.html.twig
@@ -29,7 +29,12 @@
29
is redirected to on success (more details below)
30
<input type="hidden" name="_target_path" value="/account" />
31
#}
32
- <button type="submit" class="ids-btn ids-btn--primary ids-btn--medium">{{ 'Login'|trans }}</button>
+ <twig:ibexa:button
33
+ html_type="submit"
34
+ type="primary"
35
+>
36
+ {{ 'Login'|trans }}
37
+</twig:ibexa:button>
38
</fieldset>
39
{% endblock %}
40
</form>
0 commit comments