mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
fix another 500
This commit is contained in:
parent
231642cc6d
commit
e21590747c
@ -28,7 +28,7 @@
|
||||
<% end %>
|
||||
</small>
|
||||
<% if user_signed_in? && (
|
||||
(content.universe_field_value && content.universe_field_value.user != current_user) ||
|
||||
(content.universe_field_value && universe_field_value.user != current_user) ||
|
||||
(content.is_a?(Universe) && content.user != current_user)
|
||||
)
|
||||
%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user