Skip to content

Commit 49e469f

Browse files
committed
search results: remove status, add group logo.
1 parent 58edafc commit 49e469f

2 files changed

Lines changed: 66 additions & 568 deletions

File tree

web/src/main/webapp/catalog/components/search/resultsview/partials/viewtemplates/grid.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,10 @@ <h1>
7979
</div>
8080
<!-- /.gn-card-body -->
8181

82-
<div
83-
class="panel-footer gn-card-footer clearfix"
84-
data-ng-class="[{
85-
'gn-status-bg': showStatusFooterFor && showStatusFooterFor.length > 0
86-
},
87-
showStatusFooterFor.indexOf(md.cl_status[0].key) !== -1 ? 'gn-status-' + md.cl_status[0].key + '-bg' : '']"
88-
>
89-
<div data-gn-status-badge="md"></div>
90-
<div class="gn-toolbar">
82+
<div class="panel-footer gn-card-footer clearfix">
83+
<div data-gn-record-origin-logo="md"></div>
84+
<div class="break"></div>
85+
<div class="gn-toolbar ">
9186
<div class="pull-left">
9287
<strong>
9388
<i data-ng-if="::md.isHarvested == 'true'"

0 commit comments

Comments
 (0)