Commit 5cdc500d8ae761d068d575ff15bfc8cf70bd599d
1 parent
d1a24860
Exists in
person_info_block
remove title from wall block
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/app/profile/wall/profile-wall.html
1 | -<h1>Name: {{ctrl.profile.name}}</h1> | ||
2 | <div class="main-box clearfix"> | 1 | <div class="main-box clearfix"> |
3 | <uib-tabset active="active"> | 2 | <uib-tabset active="active"> |
4 | <uib-tab index="0" heading="{{ 'activities.title' | translate }}"> | 3 | <uib-tab index="0" heading="{{ 'activities.title' | translate }}"> |
@@ -8,4 +7,4 @@ | @@ -8,4 +7,4 @@ | ||
8 | <profile-data [profile]="ctrl.profile"></profile-data> | 7 | <profile-data [profile]="ctrl.profile"></profile-data> |
9 | </uib-tab> | 8 | </uib-tab> |
10 | </uib-tabset> | 9 | </uib-tabset> |
11 | -</div> | ||
12 | \ No newline at end of file | 10 | \ No newline at end of file |
11 | +</div> |