Button (page action) styling
This commit is contained in:
5
assets/linker/templates/includes/run-actions.jade
Normal file
5
assets/linker/templates/includes/run-actions.jade
Normal file
@@ -0,0 +1,5 @@
|
||||
div.run-actions.btn-group
|
||||
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')
|
||||
span.glyphicon.glyphicon-list-alt
|
||||
Reference in New Issue
Block a user