Fix NoMethodError on the data page

This commit is contained in:
Georg Gadinger 2020-04-19 01:19:25 +02:00
parent 3e7497a144
commit 323f9d91ac
1 changed files with 1 additions and 1 deletions

View File

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