Show More
@@ -13,7 +13,12 b'' | |||||
13 | » |
|
13 | » | |
14 | ${h.link_to(_('Users'),h.route_path('users'))} |
|
14 | ${h.link_to(_('Users'),h.route_path('users'))} | |
15 | » |
|
15 | » | |
|
16 | % if c.user.active: | |||
16 | ${c.user.username} |
|
17 | ${c.user.username} | |
|
18 | % else: | |||
|
19 | <strike title="${_('This user is set as disabled')}">${c.user.username}</strike> | |||
|
20 | % endif | |||
|
21 | ||||
17 | </%def> |
|
22 | </%def> | |
18 |
|
23 | |||
19 | <%def name="menu_bar_nav()"> |
|
24 | <%def name="menu_bar_nav()"> |
General Comments 0
You need to be logged in to leave comments.
Login now