Make the search results only show the first line, properly marked down, for repositories

This commit is contained in:
Joseph Schorr 2015-04-13 14:24:52 -04:00
parent 3f1e8f3c27
commit 657c9d1cc9

View file

@ -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>