Remove a unnecessary double quotation mark

stable
Yasuhiro Asaka 2016-02-28 18:39:25 +09:00
parent 921aca70f4
commit 86848ae3f1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ div.wrapper
title="{{'PROJECT.LOOKING_FOR_PEOPLE' | translate}}"
)
h3 {{'PROJECT.LOOKING_FOR_PEOPLE' | translate}}
p(ng-if="vm.project.get('looking_for_people_note')") {{::vm.project.get('looking_for_people_note')}}"
p(ng-if="vm.project.get('looking_for_people_note')") {{::vm.project.get('looking_for_people_note')}}
h2.title {{"PROJECT.SECTION.TEAM" | translate}}
ul.involved-team
li(tg-repeat="member in vm.members")