Commit 5cdc500d8ae761d068d575ff15bfc8cf70bd599d

Authored by Arthur Sturzbecher
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 1 <div class="main-box clearfix">
3 2 <uib-tabset active="active">
4 3 <uib-tab index="0" heading="{{ 'activities.title' | translate }}">
... ... @@ -8,4 +7,4 @@
8 7 <profile-data [profile]="ctrl.profile"></profile-data>
9 8 </uib-tab>
10 9 </uib-tabset>
11   -</div>
12 10 \ No newline at end of file
  11 +</div>
... ...