Merge branch 'ui-improvements' into 'master'
Ui improvements
This commit is contained in:
commit
86fa074024
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@
|
||||||
= visibility_level_icon(project.visibility_level)
|
= visibility_level_icon(project.visibility_level)
|
||||||
%span.str-truncated
|
%span.str-truncated
|
||||||
%span.project-name
|
%span.project-name
|
||||||
= truncate(project.name, length: 25)
|
= project.name
|
||||||
%span.arrow
|
%span.arrow
|
||||||
%i.icon-angle-right
|
%i.icon-angle-right
|
||||||
|
|
Loading…
Reference in a new issue