Merge Request #13
← To merge requests
From
header_and_footer
into
master
Commits (1)
Showing
1 changed file
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> | ... | ... |
-
Reassigned to @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? -
Aceito com ressalvas: Falta adicionar os testes unitários e rever a renderização das tags somente quando houver conteúdo
-
mentioned in commit 0526d30c7043b54b4cf81da5ad61af8aacce4077
-
Assignee removed
started a discussion on commit
5eeecfe1
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 |
|