mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 06:37:46 +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.data-heading Display name
|
||||||
%p.text-muted
|
%p.text-muted
|
||||||
- if current_user.display_name.empty?
|
- if current_user.display_name.blank?
|
||||||
None set!
|
None set!
|
||||||
- else
|
- else
|
||||||
= current_user.display_name
|
= current_user.display_name
|
||||||
|
|
Loading…
Reference in a new issue