mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
Fix NoMethodError on the data page
This commit is contained in:
parent
3e7497a144
commit
323f9d91ac
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue