mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
show title of supporter level only if level exists
This commit is contained in:
parent
257226273b
commit
157b94c94e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@
|
|||
%tr
|
||||
%td= u.name
|
||||
%td= u.email
|
||||
%td= u.supporter_level.title
|
||||
%td= u.supporter_level.title if u.supporter_level
|
||||
%td= u.code
|
||||
%td= u.code_is_valid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue