Browse Source

Displayed owned/managed by in the logs list if the org has managing agents

pull/1182/head
Kat 3 years ago
parent
commit
6cc02eb4ca
  1. 2
      app/components/log_summary_component.html.erb

2
app/components/log_summary_component.html.erb

@ -36,7 +36,7 @@
</p>
<% end %>
<% if current_user.support? %>
<% if current_user.support? || current_user.organisation.has_managing_agents? %>
<% if log.owning_organisation or log.managing_organisation %>
<dl class="app-metadata">
<div class="app-metadata__item">

Loading…
Cancel
Save