mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
8 lines
200 B
Text
8 lines
200 B
Text
|
<% if can_view_projects(team) %>
|
||
|
<%= route_to_other_team projects_path(team: team.id),
|
||
|
team,
|
||
|
team.name %>
|
||
|
<% else %>
|
||
|
<%= team.name %>
|
||
|
<% end %>
|