Commit cf636d59dd99a1ff7a47d8661e1960fce426021b

Authored by Nicolás Guarnieri
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master (pmarco)

See merge request modulos-npm/foca-hoja-ruta!8
src/views/lista-hoja-ruta.html
... ... @@ -34,23 +34,6 @@
34 34 <span class="label" ng-bind="cab.label"></span>
35 35 <span class="valor" ng-bind="cab.valor"></span>
36 36 </div>
37   - <a
38   - class="btn col-12 btn-secondary d-sm-none"
39   - ng-show="cabecera.length > 0"
40   - ng-click="showCabecera = !showCabecera"
41   - >
42   - <i
43   - class="fa fa-chevron-down"
44   - ng-hide="showCabecera"
45   - aria-hidden="true"
46   - >
47   - </i>
48   - <i
49   - class="fa fa-chevron-up"
50   - ng-show="showCabecera"
51   - aria-hidden="true">
52   - </i>
53   - </a>
54 37 </div>
55 38 </div>
56 39 </div>
... ... @@ -77,7 +60,7 @@
77 60 </div>
78 61 </div>
79 62 <div class="col-12 col-md-10 col-lg-8 offset-md-1 offset-lg-2">
80   - <div class="row grilla-articulo d-none d-sm-flex">
  63 + <div class="row grilla-articulo d-sm-flex">
81 64 <table class="table tabla-articulo table-striped table-sm table-dark">
82 65 <thead>
83 66 <tr class="d-flex">