Skip to content

Instantly share code, notes, and snippets.

@thewarpaint
Last active January 3, 2016 06:59
Show Gist options
  • Save thewarpaint/8426810 to your computer and use it in GitHub Desktop.
Save thewarpaint/8426810 to your computer and use it in GitHub Desktop.
<div class="row-fluid">
<div class="row-fluid">
...
</div>
</div>
<div ng-show="process!='loading' && process!='loadFailed'">
<div class="row-fluid">
<div class="span7"><h2>{{ header }}</h2></div>
<div class="span5 align-right-not-stacked">
<a href="#/new" ng-click="setDeleteAlert()" ng-show="!isNew" class="btn btn-inverse"><i class="icon-plus icon-white"></i> Nuevo tope de bono</a> <!--temporal-->
<a href="#/list" ng-click="setDeleteAlert()" class="btn btn-inverse"><i class="icon-list icon-white"></i> Ir a listado</a>
</div>
</div>
<div class="row-fluid">
...
</div>
<div class="row-fluid">
...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment