Skip to content
Snippets Groups Projects
Commit e2dd3039 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'truncate-project-name' into 'master'

Truncate project name in ElementHeader

See merge request !1310
parents 00950353 ec4a05fa
No related branches found
No related tags found
1 merge request!1310Truncate project name in ElementHeader
......@@ -26,7 +26,7 @@
<ul>
<li>
<router-link :to="corpusLink" class="has-text-weight-semibold">
{{ element.corpus.name }}
{{ element.corpus.name | truncateShort }}
</router-link>
</li>
<template v-if="currentNeighbors">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment