summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/recipe-card/recipe-card.component.html
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-12-12 12:13:46 -0500
committerGitHub <noreply@github.com>2019-12-12 12:13:46 -0500
commit4ec8cbd63deb6cb8b24db58b36ecd4a3ccdda79e (patch)
tree94a26e28d15a6c7cffd7a9671035241073b5c1ee /recipeBuddy/src/app/recipe-card/recipe-card.component.html
parent7d8b3b712274613b20c299efc48e4041e3fc6d72 (diff)
parent4b9b00024ce1b31d4c4c80e35f1298b8317378fc (diff)
Merge pull request #29 from tuckerevans/fixed-edit
Fixed edit ingredients/steps indexing
Diffstat (limited to 'recipeBuddy/src/app/recipe-card/recipe-card.component.html')
-rw-r--r--recipeBuddy/src/app/recipe-card/recipe-card.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipeBuddy/src/app/recipe-card/recipe-card.component.html b/recipeBuddy/src/app/recipe-card/recipe-card.component.html
index eaba29a..b6b214b 100644
--- a/recipeBuddy/src/app/recipe-card/recipe-card.component.html
+++ b/recipeBuddy/src/app/recipe-card/recipe-card.component.html
@@ -12,7 +12,7 @@
</mat-card-header>
<mat-card-actions matSuffix>
<div id="edit">
- <button mat-button (click)="edit(recipe)" routerLink="/"
+ <button mat-button (click)="edit(recipe)" routerLink="/edit"
routerLinkActive="active">
<mat-icon>edit</mat-icon>
</button>