Commit f5dd1ddb32a7f31ec252edddda946cd033b68e13
Exists in
master
and in
30 other branches
Merge branch 'people-block'
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/main/main.component.ts
... | ... | @@ -8,7 +8,7 @@ import {BoxesComponent} from "../layout/boxes/boxes.component"; |
8 | 8 | import {BlockComponent} from "../layout/blocks/block.component"; |
9 | 9 | import {EnvironmentComponent} from "../environment/environment.component"; |
10 | 10 | import {EnvironmentHomeComponent} from "../environment/environment-home.component"; |
11 | - | |
11 | +import {PeopleBlockComponent} from "../layout/blocks/people-block/people-block.component" | |
12 | 12 | import {LinkListBlockComponent} from "./../layout/blocks/link-list/link-list.component"; |
13 | 13 | import {RecentDocumentsBlockComponent} from "../layout/blocks/recent-documents/recent-documents.component"; |
14 | 14 | import {ProfileImageBlockComponent} from "../layout/blocks/profile-image-block/profile-image-block.component"; |
... | ... | @@ -81,7 +81,7 @@ export class EnvironmentContent { |
81 | 81 | template: '<div ng-view></div>', |
82 | 82 | directives: [ |
83 | 83 | ArticleBlogComponent, ArticleViewComponent, BoxesComponent, BlockComponent, |
84 | - EnvironmentComponent, | |
84 | + EnvironmentComponent, PeopleBlockComponent, | |
85 | 85 | LinkListBlockComponent, CommunitiesBlockComponent, |
86 | 86 | MainBlockComponent, RecentDocumentsBlockComponent, Navbar, ProfileImageBlockComponent, |
87 | 87 | MembersBlockComponent, NoosferoTemplate, DateFormat, RawHTMLBlockComponent | ... | ... |