scinote-web/app/views/search/results/partials/_team_text.html.erb

8 lines
200 B
Plaintext
Raw Normal View History

2017-01-25 19:01:23 +08:00
<% if can_view_projects(team) %>
<%= route_to_other_team projects_path(team: team.id),
team,
team.name %>
<% else %>
<%= team.name %>
<% end %>