Skip to content

Commit 226d07a

Browse files
C0kkiecammygames
authored andcommitted
Groupname wasnt shown on sidebar (#83)
1 parent 04a6476 commit 226d07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/templates/partials/sidebar_navigation.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
</div>
1414
<div class="profile_info">
1515
<span>{{ translate('core.generic.welcome') }},</span>
16-
<h2>{{ auth.user.name }}</h2>
17-
{{ auth.group.formattedName|raw }}
16+
<h4 style = "color: #fff;">{{ auth.user.name }}</h4>
17+
<p class="btn btn-primary">{{ auth.permissions.group_name|raw }}</p>
1818
</div>
1919
<div class="clearfix"></div>
2020
</div>
@@ -169,4 +169,4 @@
169169
</div>
170170
<!-- /sidebar menu -->
171171
</div>
172-
</div>
172+
</div>

0 commit comments

Comments
 (0)