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

8 lines
200 B
Plaintext

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