mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
7 lines
237 B
Text
7 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 %>
|