mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-13 00:15:48 +08:00
Handle deleted protocol activities [SCI-8228]
This commit is contained in:
parent
89a45d2b14
commit
d86a93919b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<% if subject.in_repository? %>
|
<% if !subject || subject.in_repository? %>
|
||||||
<%= render partial: "global_activities/references/team.html.erb",
|
<%= render partial: "global_activities/references/team.html.erb",
|
||||||
locals: { team: team, subject: team, breadcrumbs: breadcrumbs, values: values, type_of: type_of } %>
|
locals: { team: team, subject: team, breadcrumbs: breadcrumbs, values: values, type_of: type_of } %>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Reference in a new issue