show title of supporter level only if level exists

This commit is contained in:
Stella 2014-03-06 18:08:00 +02:00
parent 257226273b
commit 157b94c94e

View file

@ -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