Skip to content

Commit 9250c96

Browse files
committed
Bug 1137080: add an indicator to the user profile page if the user has canconfirm or editbugs rights
1 parent 326b00e commit 9250c96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@
100100
</td>
101101
</tr>
102102

103+
[% IF target.in_group("canconfirm") %]
104+
<tr>
105+
<th>Permissions</th>
106+
<td colspan="2">
107+
Can confirm [% terms.bugs %]
108+
[% IF target.in_group("editbugs") ~%]
109+
, can edit any [% terms.bug %]
110+
[% END %]
111+
</td>
112+
</tr>
113+
[% END %]
114+
103115
<tr>
104116
<td>&nbsp;</td>
105117
</tr>

0 commit comments

Comments
 (0)