Commit 2f289f348e3144aea61733c406f8c21626647692

Authored by Victor Costa
2 parents 8af6d143 0526d30c

Merge branch 'master' of softwarepublico.gov.br:noosfero-themes/angular-theme

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>
... ...