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
|
||||
@@ -1,5 +0,0 @@
|
||||
div.run-nav.btn-group
|
||||
a.btn.run-nav-btn.back-to-run(href='/#/run/{{ run.id }}',title='Back to Run')
|
||||
span.glyphicon.glyphicon-share-alt
|
||||
a.btn.run-nav-btn(href='{{ run.menuUrl }}',target="_blank",data-toggle='modal',data-target='#menuModal',ng-show='showMenuUrl',title='Show menu')
|
||||
span.glyphicon.glyphicon-list-alt
|
||||
@@ -4,9 +4,9 @@ block pagetitle
|
||||
span.glyphicon.glyphicon-list.title-icon
|
||||
span.text-muted Enter your order for:
|
||||
a(href='/#/run/{{ run.id }}') {{ run.name }}
|
||||
.pull-right
|
||||
include ../includes/run-nav
|
||||
|
||||
|
||||
block pageactions
|
||||
include ../includes/run-actions
|
||||
|
||||
block interiorcontent
|
||||
div(ng-show='show')
|
||||
|
||||
@@ -3,8 +3,13 @@
|
||||
a(href='/')
|
||||
| lunch run
|
||||
span.text-muted |me
|
||||
h1
|
||||
block pagetitle
|
||||
.row
|
||||
.col-xs-12.col-sm-8
|
||||
h1.page-title
|
||||
block pagetitle
|
||||
.col-xs-12.col-sm-4
|
||||
.page-actions
|
||||
block pageactions
|
||||
|
||||
block interiorcontent
|
||||
|
||||
|
||||
@@ -4,8 +4,10 @@ block pagetitle
|
||||
span.glyphicon.glyphicon-list.title-icon
|
||||
span.text-muted Lunch run status:
|
||||
| {{ run.name }}
|
||||
.pull-right.run-show-run-nav
|
||||
include ../includes/run-nav
|
||||
|
||||
block pageactions
|
||||
.run-show-actions
|
||||
include ../includes/run-actions
|
||||
|
||||
block interiorcontent
|
||||
.run-details(ng-show="show")
|
||||
|
||||
Reference in New Issue
Block a user