File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/ideation/components/ideabox Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 209209 </ div >
210210 </ div >
211211 < a class ="idea_content " (click) ="(!idea.report.id)? goToView(): '' ">
212- < div class ="statement " [innerHTML] ="idea.statement "> </ div >
212+ < div class ="statement " [innerHTML] ="idea.statement || 'COMPONENTS.IDEABOX.UNTITLED_IDEA' | translate "> </ div >
213213 <!--button class="btn_like_wrap" [ngClass]="{selected: this.idea.votes.up.selected, disabled: !canVote()}" (click)="$event.preventDefault();$event.stopPropagation();doIdeaVote(1);">
214214 <div class="btn_medium_plain btn_like">
215215 <div class="icon">
Original file line number Diff line number Diff line change 472472 "OPTION_ADD_TO_FOLDER" : " Add to folder" ,
473473 "OPTION_REPORT" : " Report to admin" ,
474474 "OPTION_REMOVE" : " Remove idea" ,
475+ "UNTITLED_IDEA" : " Untitled idea" ,
475476 "DRAFT_UPDATED_AT" : " Last updated: {{date}}" ,
476477 "REPLIES" : " {{count}} replies" ,
477478 "NOTIFICATION_TITLE" : " This idea was hidden by a moderator" ,
You can’t perform that action at this time.
0 commit comments