Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 81ff997

Browse files
committed
Replace remaining project.name by project.title
1 parent 69f2697 commit 81ff997

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

client/app/project/project-dashboard/project-dashboard.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
<div *ngIf="!showEditProjectTemplate && project | async; let project_; else showEditProjectForm">
2-
<!-- <div class="app-primary-header">
3-
<mat-icon class="app-nav-back-icon" routerLink="/projects">keyboard_arrow_left</mat-icon>
4-
<h1>{{ project.name }}</h1>
5-
</div> -->
6-
72
<div class="app-project-content">
83
<mat-card class="app-project-card">
94
<div class="app-project-card-box app-project-card-box-top">

client/app/project/project-discussion/project-discussion.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<!-- <div class="app-post-list-content">
2-
<thread-list [entityId]="entityId" [entityType]="entityType"></thread-list>
3-
</div> -->
4-
51
<div *ngIf="project$ | async; let project">
62
<entity-discussion [entity]="project" [entityType]="entityType"></entity-discussion>
73
</div>

0 commit comments

Comments
 (0)