Fix templates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.interior
|
||||
include includes/nav
|
||||
include ../includes/nav
|
||||
h1
|
||||
block pagetitle
|
||||
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
div.interior.create-run-form(ng-controller='CreateRunCtrl')
|
||||
include nav
|
||||
h1
|
||||
extends ../layouts/interior-page
|
||||
|
||||
block pagetitle
|
||||
span.glyphicon.glyphicon-chevron-right
|
||||
| start a new lunch run
|
||||
form.interior-content(name='form',novalidate,role='form')
|
||||
|
||||
block interiorcontent
|
||||
.create-run-form(ng-controller='CreateRunCtrl')
|
||||
form(name='form',novalidate,role='form')
|
||||
section.name
|
||||
.row
|
||||
.col-xs-2.step-num
|
||||
|
||||
Reference in New Issue
Block a user