mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
7 lines
197 B
Text
7 lines
197 B
Text
<% if can_read_team?(team) %>
|
|
<%= route_to_other_team projects_path(team: team.id),
|
|
team,
|
|
team.name %>
|
|
<% else %>
|
|
<%= team.name %>
|
|
<% end %>
|