Anastasia
/
clinica
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
73f1d4c1aad41a422b450b182c40b0e4698b12fa
Authored by
Anastasia
2018-06-23 13:35:59 +0300
1 parent
365b5721
- blog
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
frontend/views/blog/_article.php
frontend/views/blog/index.php
Inline
Side-by-side
frontend/views/blog/_article.php
Wrap text
Show/Hide comments
View file @
73f1d4c
...
...
@@ -88,4 +88,5 @@ $imageHeight=240;
88
88
89
89
<meta itemprop="width" content="<?= $imageWidth; ?>"/>
90
90
</div>
91
+</div>
91
92
</div>
92
93
\ No newline at end of file
...
...
frontend/views/blog/index.php
Wrap text
Show/Hide comments
View file @
73f1d4c
...
...
@@ -60,6 +60,7 @@ use frontend\widgets\SeoLinks;
60
60
</div>
61
61
</div>
62
62
</div>
63
+
63
64
<div class="row blog-list-row">
64
65
<?= ListView::widget(
65
66
[
...
...