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 04a6476 commit 226d07aCopy full SHA for 226d07a
resources/views/templates/partials/sidebar_navigation.twig
@@ -13,8 +13,8 @@
13
</div>
14
<div class="profile_info">
15
<span>{{ translate('core.generic.welcome') }},</span>
16
- <h2>{{ auth.user.name }}</h2>
17
- {{ auth.group.formattedName|raw }}
+ <h4 style = "color: #fff;">{{ auth.user.name }}</h4>
+ <p class="btn btn-primary">{{ auth.permissions.group_name|raw }}</p>
18
19
<div class="clearfix"></div>
20
@@ -169,4 +169,4 @@
169
170
<!-- /sidebar menu -->
171
172
-</div>
+</div>
0 commit comments