From 29865300ecd3043d38dfbdc77d4c72ee622eaa17 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Sun, 22 Jun 2014 16:57:25 -0500 Subject: [PATCH] Run-edit button --- assets/linker/templates/includes/run-actions.jade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/linker/templates/includes/run-actions.jade b/assets/linker/templates/includes/run-actions.jade index 22b7e07..77d96b7 100644 --- a/assets/linker/templates/includes/run-actions.jade +++ b/assets/linker/templates/includes/run-actions.jade @@ -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')