mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-08 14:15:35 +08:00
truncate long repository names [fixes SCI-1337]
This commit is contained in:
parent
5ac0ed4505
commit
ee9eaea47c
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
|||
<% @my_module.experiment.project.team.repositories.each do |repository| %>
|
||||
<li>
|
||||
<a class="dropdown-item" href="<%= repository_my_module_url(repository_id: repository) %>" title="<%= repository.name %>">
|
||||
<%= repository.name %>
|
||||
<%= truncate(repository.name) %>
|
||||
</a>
|
||||
</li>
|
||||
<% unless @my_module.experiment.project.team.repositories.last == repository %>
|
||||
|
|
Loading…
Add table
Reference in a new issue