Skip to content

Commit

Permalink
detalle estilo reporte
Browse files Browse the repository at this point in the history
  • Loading branch information
Jajajaby committed Dec 7, 2018
1 parent 6b11f65 commit 6d54231
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/components/card-book/card-book.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ <h4 class="modal-title" id="myLargeModalLabel"> {{ book_modal.title | titlecase
<button type="button" aria-expanded="false" aria-haspopup="true" class="close waves-effect" data-toggle="dropdown">
<i class="fa fa-angle-down"></i>
</button>
<!-- FIXME: Mover eso para que quede debajo del angle-down -->
<!-- ====================================================================== -->
<!-- Little modal to report -->
<!-- ====================================================================== -->
<div class="dropdown-menu dropdown-menu-right mailbox animated bounceInDown">
<ul style="padding: 0%!important;">
<ul style="padding: 0%!important; margin-bottom: 0 !important;">
<div class="message-center">
<a (click)=reportUser(book_modal)>
<div class="btn btn-danger btn-circle"><i class="ti-user"></i></div>
Expand All @@ -89,7 +88,6 @@ <h5 style="display: inline; margin-left: 20px;">Reportar imagen</h5>

<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<!-- FIXME: Porfi porfi amorcito -->
<!-- ====================================================================== -->
<!-- End little modal to report -->
<!-- ====================================================================== -->
Expand Down Expand Up @@ -217,7 +215,6 @@ <h4 class="modal-title" id="myLargeModalLabel"> Contactar dueño/a </h4>
<!-- Station -->
<div class="form-group col-4">
<label>Estación de metro</label>
<!-- TODO: Arreglar esa huea rancia fjdksljfklsdjglksjgks -->
<select formControlName="station" id="subway_station" class="form-control">
<optgroup label="Línea 1">
<option value="República">República</option>
Expand Down

0 comments on commit 6d54231

Please sign in to comment.