Skip to content

Commit 0440c7c

Browse files
committed
search results: remove status, add group logo.
1 parent 239645a commit 0440c7c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,9 @@ <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>
82+
<div class="panel-footer gn-card-footer clearfix">
9083
<div class="gn-toolbar">
84+
<div data-gn-record-origin-logo="md"/>
9185
<div class="pull-left">
9286
<strong>
9387
<i data-ng-if="::md.isHarvested == 'true'"

web/src/main/webapp/catalog/views/default/less/gn_results_default.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ ul.gn-resultview, [data-gn-user-searches-list] {
7777
margin-left: 5px;
7878
z-index: 10;
7979
height: 20px;
80+
float: left;
81+
}
82+
}
83+
84+
[data-gn-user-searches-list] {
85+
.gn-source-logo {
8086
float: right;
8187
}
8288
}

0 commit comments

Comments
 (0)