scinote-web/app/views/global_activities/references/_report.html.erb

14 lines
518 B
Text

<%= render partial: "global_activities/references/team.html.erb",
locals: { subject: subject&.team } %>
<div class="col-xs-2">
<%= image_tag 'icon_small/report.png' %>
<% if subject %>
<%= link_to reports_path(subject), title: subject.name do %>
<%= subject.name.truncate(Constants::NAME_TRUNCATION_LENGTH) %>
<% end %>
<% else %>
<span title="<%= breadcrumbs[:report] %>">
<%= breadcrumbs[:report].truncate(Constants::NAME_TRUNCATION_LENGTH) %>
</span>
<% end %>
</div>