Commit 2e9c04e3 authored by john's avatar john

2949

parent 295c6824
......@@ -19,10 +19,10 @@ class DocumentationAsset extends AssetBundle
'css/style.css',
'css/responsive.css',
'css/documentation.css',
"css/editormd.css",
"css/vendor.min.css",
"css/styles.css",
'css/documentation.css',
];
public $js = [
'js/vendor.min.js',
......@@ -31,9 +31,9 @@ class DocumentationAsset extends AssetBundle
'js/documentation.js',
];
public $depends = [
'yii\web\JqueryAsset',
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapAsset',
'yii\web\JqueryAsset',
];
}
......@@ -54,7 +54,7 @@ $modelDocList = new DocList();
<h1><?php echo $modelContent->name ?></h1>
<div class="single-post-meta">
<div class="meta-link"><i class="icon-clock"></i><?= $model->list->getFormatedCreatedAt() ?></div>
<div class="meta-link"><i class="icon-clock"></i> <?= $model->list->getFormatedCreatedAt() ?></div>
</div>
<?php echo $modelContent->html ?>
......@@ -113,4 +113,17 @@ $modelDocList = new DocList();
</div>
</div>
</div>
<?= $this->render('@app/views/layouts/footer') ?>
\ No newline at end of file
<?= $this->render('@app/views/layouts/footer') ?>
<style>
@font-face{
font-family:feather;
src:url(/fonts/feather-webfont.eot);
src:url(/fonts/feather-webfont.eot?#iefix) format("embedded-opentype"),
url(/fonts/feather-webfont.woff)
format("woff"),
url(/fonts/feather-webfont.ttf)
format("truetype"),
url(/fonts/feather-webfont.svg#feather)
}
</style>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment