Skip to content

Instantly share code, notes, and snippets.

@SOLUNTECH
Created March 25, 2015 20:40
Show Gist options
  • Save SOLUNTECH/d026ad07c59a05260af2 to your computer and use it in GitHub Desktop.
Save SOLUNTECH/d026ad07c59a05260af2 to your computer and use it in GitHub Desktop.
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-10">
<h2>Nueva Solicitud</h2>
<ol class="breadcrumb">
<li>
<a href="dashboard.html">Dashboard</a>
</li>
<li>
<a href="#/solicitudes">Solicitudes</a>
</li>
<li class="active">
<strong>Nueva Solicitud</strong>
</li>
</ol>
</div>
<div class="col-lg-2">
</div>
</div>
<div class="wrapper wrapper-content animated fadeInRight">
<div class="row">
<div class="col-lg-12">
<div class="ibox">
<div class="ibox-title">Nueva Solicitud</div>
<div class="ibox-content ">
<ng-solicitud-servicio-form></ng-solicitud-servicio-form>
</div>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment