Commit bb6934fca3ff168dd6e608cc86e72d4ce075e56f
1 parent
dfe7a66d
Exists in
master
and in
38 other branches
Improve blog layout
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
src/app/components/noosfero-articles/blog/blog.html
... | ... | @@ -4,7 +4,9 @@ |
4 | 4 | |
5 | 5 | <div> |
6 | 6 | <div ng-repeat="child in vm.article.children"> |
7 | - <a ng-href="/{{vm.profile.identifier}}/{{child.path}}"><h4 ng-bind="child.title"></h4></a> | |
8 | - <div ng-bind-html="child.body | limitTo: 500"></div> | |
7 | + <div class="page-header"> | |
8 | + <a ng-href="/{{vm.profile.identifier}}/{{child.path}}"><h4 ng-bind="child.title"></h4></a> | |
9 | + <div ng-bind-html="child.body | limitTo: 500"></div> | |
10 | + </div> | |
9 | 11 | </div> |
10 | 12 | </div> | ... | ... |
src/app/views/profile/block.html