Run-edit button

This commit is contained in:
Ben Ramey
2014-06-22 16:57:25 -05:00
parent 4360ccc072
commit 29865300ec

View File

@@ -1,4 +1,6 @@
div.run-actions.btn-group
a.btn.run-actions-btn.edit-run(href='/#/run/{{run.id}}/edit',title='Edit Run')
span.glyphicon.glyphicon-pencil
a.btn.run-actions-btn.back-to-run(href='/#/run/{{ run.id }}',title='Back to Run')
span.glyphicon.glyphicon-share-alt
a.btn.run-actions-btn(href='{{ run.menuUrl }}',target="_blank",data-toggle='modal',data-target='#menuModal',ng-show='showMenuUrl',title='Show menu')