Created
March 25, 2015 16:54
-
-
Save SOLUNTECH/04311d4c774bd34c6a9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row wrapper border-bottom white-bg page-heading"> | |
<div class="col-lg-12"> | |
<h2>Crear Orden de Servicio</h2> | |
<ol class="breadcrumb"> | |
<li> | |
<a href="dashboard.html">Dashboard</a> | |
</li> | |
<li> | |
<a href="#/ordenes_servicio">Ordenes de Servicio</a> | |
</li> | |
<li class="active"> | |
<strong>Crear Orden de Servicio</strong> | |
</li> | |
</ol> | |
</div> | |
<div class="col-lg-2"> | |
</div> | |
</div> | |
<div class="wrapper wrapper-content"> | |
<div class="ibox float-e-margins"> | |
<div class="row"> | |
<div class="ibox-title"> | |
<h5>Nueva Orden de Servicio</h5> | |
</div> | |
<div class="ibox-content"> | |
<ng-ordenservicio-form></ng-ordenservicio-form> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment