Last active
January 3, 2016 06:59
-
-
Save thewarpaint/8426810 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-fluid"> | |
<div class="row-fluid"> | |
... | |
</div> | |
</div> |
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 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