mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 14:16:28 +08:00
Merge pull request #666 from ZmagoD/zd_SCI_1337
truncate long repository names [fixes SCI-1337]
This commit is contained in:
commit
19adddbfdb
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