Order nav on run and order pages

This commit is contained in:
Ben Ramey
2014-06-17 21:59:56 -05:00
parent c8b9a3442b
commit 0bddd8f69d
8 changed files with 43 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
.modal.fade#menuModal(tabindex=-1,role='dialog',aria-labelledby='menuModalLabel',aria-hidden='true')
.modal-dialog.modal-lg
.modal-content
.modal-header
|  
button.close(type='button',data-dismiss='modal',aria-hidden='true') ×
.modal-body
h4.hidden.modal-title#menuModalLabel Menu
iframe(ng-src='{{ menuUrl }}',width='100%',height='400px')

View File

@@ -0,0 +1,7 @@
div.btn-group.pull-right
a.btn.btn-default.back-to-run(href='/#/run/{{ run.id }}')
span.glyphicon.glyphicon-share-alt
|  Back to Run
a.btn.btn-default(href='{{ run.menuUrl }}',target="_blank",data-toggle='modal',data-target='#menuModal',ng-show='showMenuUrl')
span.glyphicon.glyphicon-list-alt
|  Show Menu