Run status page styling work
This commit is contained in:
@@ -1,11 +1,14 @@
|
|||||||
div(ng-show="show")
|
.container.run-details(ng-show="show")
|
||||||
h2.text-center
|
h1.text-center
|
||||||
span.text-muted Lunch run status:
|
span.text-muted Lunch run status:
|
||||||
br
|
br
|
||||||
| {{ run.name }}
|
| {{ run.name }}
|
||||||
|
|
||||||
p.text-center {{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.
|
p.text-center {{ run.creatorName }}, here's your lunch run! Wait here to see real-time updates of your invitees' orders.
|
||||||
|
|
||||||
|
section
|
||||||
|
.bg
|
||||||
|
span.glyphicon.glyphicon-user
|
||||||
.progress
|
.progress
|
||||||
div(class='progress-bar {{ progressClass }}',role='progressbar',aria-valuenow="{{ progress }}",aria-minvalue='0',aria-maxvalue='100',style='width:{{ progress }}%')
|
div(class='progress-bar {{ progressClass }}',role='progressbar',aria-valuenow="{{ progress }}",aria-minvalue='0',aria-maxvalue='100',style='width:{{ progress }}%')
|
||||||
| {{ progress }}% complete
|
| {{ progress }}% complete
|
||||||
@@ -14,7 +17,6 @@ div(ng-show="show")
|
|||||||
.name.col-sm-3
|
.name.col-sm-3
|
||||||
| {{ i.name }}
|
| {{ i.name }}
|
||||||
br
|
br
|
||||||
| {{ i.email }}
|
|
||||||
.order.col-sm-7 {{ i.order }}
|
.order.col-sm-7 {{ i.order }}
|
||||||
.fill.col-sm-2
|
.fill.col-sm-2
|
||||||
a.btn.btn-default.btn-sm.btn-block(href='#/run/{{ run.id }}/order/{{ i.name }}') Fill in this order
|
a.btn.btn-default.btn-sm.btn-block(href='#/run/{{ run.id }}/order/{{ i.name }}') Fill in this order
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
div.container {{ helloMsg }}
|
|
||||||
Reference in New Issue
Block a user