You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: There is a 'placeholder user' with name 'Deleted' which will be displayed insted real deleted user. You should implement decorators or use 'gem Cells' which will give you ability to setup logic for view templates of application
The text was updated successfully, but these errors were encountered:
Case:
Bug: News feed page throws error 'Undefined method for nil class'
File location: 'app/views/news_feed/_posts.html.erb'
Code fragments:
image_tag(post.user.photo_url, class: 'img-circle w-32 m-r pull-left') if post.user
link_to post.title, (post.user ? user_post_path(post.user.id, post) : '#' )
post.user ? post.user.name : 'Удален'
Expected: There is a 'placeholder user' with name 'Deleted' which will be displayed insted real deleted user. You should implement decorators or use 'gem Cells' which will give you ability to setup logic for view templates of application
The text was updated successfully, but these errors were encountered: