Merge Request #13

Merged
noosfero-themes/angular-theme!13
Created by Evandro Junior

Header and footer

Assignee: None
Milestone: 2016.05

Merged by Michel Felipe

Commits (1)
2 participants
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>
... ...