mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
Merge pull request #38 from differentreality/supporters_title_error
show title of supporter level only if level exists
This commit is contained in:
commit
b64cc9f7e4
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