scinote-web/app/views/search/results/partials/_team_text.html.erb
2017-12-14 14:18:14 +01:00

8 lines
197 B
Plaintext

<% if can_read_team?(team) %>
<%= route_to_other_team projects_path(team: team.id),
team,
team.name %>
<% else %>
<%= team.name %>
<% end %>