Make the search results only show the first line, properly marked down, for repositories
This commit is contained in:
parent
3f1e8f3c27
commit
657c9d1cc9
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@
|
|||
<span class="avatar" data="result.namespace.avatar" size="16"></span>
|
||||
<span class="result-name">{{ result.namespace.name }}/{{ result.name }}</span>
|
||||
<div class="description" ng-if="result.description">
|
||||
{{ result.description }}
|
||||
<div class="description markdown-view" content="result.description"
|
||||
first-line-only="true" placeholder-needed="false"></div>
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
|
|
Reference in a new issue