diff options
author | 杨宇千 <crupest@outlook.com> | 2019-03-04 19:57:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 19:57:56 +0800 |
commit | aca753fba19a221f1aec65030ba4aec4bc34f576 (patch) | |
tree | 552cbe6c50573e2d78e323e5d460db989cdd0a77 /Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html | |
parent | 1259f24a7febc35400a10149b72af41dd00617ee (diff) | |
parent | cb58648843160a672ba9427b0abfb2dd87c86206 (diff) | |
download | timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.tar.gz timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.tar.bz2 timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.zip |
Merge pull request #2 from crupest/migrate-todo
Migrate todo page from Azure DevOps WorkItems to Github Issues.
Diffstat (limited to 'Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html')
-rw-r--r-- | Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html index e8f5f30b..50180fe8 100644 --- a/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html +++ b/Timeline/ClientApp/src/app/todo-list-page/todo-list-page.component.html @@ -7,11 +7,11 @@ <div class="space"></div> <div class="sample-box" *ngIf="i === 0"> <div class="mat-caption sample-item"> - <span class="sample-color-block color-block-resolving"></span> + <span class="sample-color-block color-block-open"></span> <span> means working now.</span> </div> <div class="mat-caption sample-item"> - <span class="sample-color-block color-block-completed"></span> + <span class="sample-color-block color-block-closed"></span> <span> means completed.</span> </div> <div class="mat-caption">click on item to see details.</div> |