File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/ideation/components/topic-ideation Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 833833 </ div >
834834 </ div >
835835 </ ng-container >
836- < ng-container *ngIf ="ideas.length ">
836+ < ng-container *ngIf ="ideas.length !== 0 ">
837837 < ideabox *ngFor ="let idea of ideas " [topic] ="topic " [ideation] ="ideation " [idea] ="idea ">
838838 </ ideabox >
839839 </ ng-container >
840+ < ng-container *ngIf ="ideas.length === 0 ">
841+ < div translate ="COMPONENTS.TOPIC_IDEATION.NO_ITEMS_FOUND "> </ div >
842+ </ ng-container >
840843 < div class ="pagination_wrap ">
841844 < cos-pagination (select) ="TopicIdeaService.loadPage($event) " class ="ideation "
842845 [totalPages] ="(TopicIdeaService.totalPages$ | async) || 0 "
Original file line number Diff line number Diff line change 817817 "OPTION_DELETE_FOLDER" : " Delete folder" ,
818818 "BTN_CREATE_NEW_FOLDER" : " Create new folder" ,
819819 "NO_FOLDERS_HEADING" : " There are no idea folders yet" ,
820+ "NO_ITEMS_FOUND" : " No results found with these filters. Try adjusting your filters and search again." ,
820821 "NO_FOLDERS_DESC" : " Topic admins can create folders to group ideas that fit in the same category."
821822 },
822823 "TOUR" : {
You can’t perform that action at this time.
0 commit comments