Commit 5eeecfe133002164a220f55a0c9fc8dc3b77f398

Authored by Evandro Junior
1 parent dcc1120f

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
  • Me
    Michel Felipe @mfdeveloper

    @evandrojr Eh só isso? As posições são fixas mesmo? Quando não houver um HTML customizado para o HEADER/FOOTER era melhor nem exibir essas tags <div>, não?

    Choose File ...   File name...
    Cancel
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>
... ...