Skip to content

Commit

Permalink
fix: update the issue-link in feedback-drawer-sheet (#46)
Browse files Browse the repository at this point in the history
Necessary that users can choose a issue template. Otherwise they will open a issue without template
  • Loading branch information
mschwrdtnr authored and DanielHabenicht committed Jun 25, 2019
1 parent 0a1e2a6 commit 16c015b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3 mat-line i18n="FeedbackDrawerSheetComponent|Title of the Feedback Drawer@@Fe
</mat-list-item>

<mat-list-item>
<a mat-button target="_blank" rel="noopener" href="https://github.com/T-Systems-MMS/phonebook/issues/new"
<a mat-button target="_blank" rel="noopener" href="https://github.com/T-Systems-MMS/phonebook/issues/new/choose"
(click)="closeBottomSheet()">
<img class="github-icon" alt="github" src="assets/img/GitHub-Mark-32px.png" />
<span
Expand Down

0 comments on commit 16c015b

Please sign in to comment.