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 2afedfe commit 1202c63Copy full SHA for 1202c63
resources/views/partials/topbar.twig
@@ -21,7 +21,7 @@
21
<button class="btn user-action-dropdown dropdown-toggle none-border">
22
{{ name|raw }}
23
</button>
24
- <img src="{{ img(user().file).url }}" width="47" class="rounded-circle">
+ {{ img(user().file).width(47).class('rounded-circle')|raw }}
25
</a>
26
<ul class="dropdown-menu-right dropdown-menu">
27
<li class="dropdown-item">
0 commit comments