Files
stf-DeviceFarmer/res/app/views/docs.pug
Gunther Brunner 1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00

16 lines
595 B
Plaintext

//extends layout
block content
.row.stf-docs(ng-controller='DocsCtrl')
.col-md-10.col-md-offset-1
.widget-container.fluid-height
.stf-docs-navigation
button.btn.btn-primary-outline.docs-back.transparent-border(ng-click='goBack()',
ng-show='hasHistory')
i.fa.fa-chevron-left.fa-fw
button.btn.btn-primary-outline.docs-home.transparent-border(ng-click='goHome()')
i.fa.fa-home.fa-fw
.widget-content.padded
.row
.col-md-10.col-md-offset-1.selectable
!= markdownFile.parseContent()