Fix NoMethodError on the data page
This commit is contained in:
parent
3e7497a144
commit
323f9d91ac
|
@ -17,7 +17,7 @@
|
|||
|
||||
%p.data-heading Display name
|
||||
%p.text-muted
|
||||
- if current_user.display_name.empty?
|
||||
- if current_user.display_name.blank?
|
||||
None set!
|
||||
- else
|
||||
= current_user.display_name
|
||||
|
|
Loading…
Reference in New Issue