mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
7 lines
238 B
Text
7 lines
238 B
Text
<% if can_read_repository?(repository) %>
|
|
<%= route_to_other_team repository_path(id: repository.id),
|
|
repository.team,
|
|
repository.name %>
|
|
<% else %>
|
|
<%= repository.name %>
|
|
<% end %>
|