Commit 5eeecfe133002164a220f55a0c9fc8dc3b77f398
1 parent
dcc1120f
Exists in
master
and in
27 other branches
Added header and footer, no tests yet
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/app/profile/profile.html
1 | 1 | <div class="profile-container"> |
2 | + <div class="profile-header" ng-bind-html="vm.profile.custom_header"></div> | |
1 |
|
|
2 | 3 | <div class="row"> |
3 | 4 | <noosfero-boxes [boxes]="vm.boxes" [owner]="vm.profile"></noosfero-boxes> |
4 | 5 | </div> |
6 | + <div class="profile-footer" ng-bind-html="vm.profile.custom_footer"></div> | |
5 | 7 | </div> | ... | ... |