Run-edit button
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
div.run-actions.btn-group
|
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')
|
a.btn.run-actions-btn.back-to-run(href='/#/run/{{ run.id }}',title='Back to Run')
|
||||||
span.glyphicon.glyphicon-share-alt
|
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')
|
a.btn.run-actions-btn(href='{{ run.menuUrl }}',target="_blank",data-toggle='modal',data-target='#menuModal',ng-show='showMenuUrl',title='Show menu')
|
||||||
|
|||||||
Reference in New Issue
Block a user