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