Commit 0526d30c7043b54b4cf81da5ad61af8aacce4077
Exists in
master
and in
26 other branches
Merge branch 'header_and_footer' into 'master'
Header and footer See merge request !13
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> | |
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> | ... | ... |