Skip to content

Commit

Permalink
Styled error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Dec 22, 2020
1 parent c3d6f68 commit 6c0e619
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/frontend/Done.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
{{ $t("done.description") }}
</p>
<div v-if="errors.length > 0">
<p>
{{ $t("done.errorHeader") }}
<p class="md-body-2">
<md-icon class="md-accent">error</md-icon>
<i18n path="done.errorHeader.text">
<template #link>
<a
href="https://github.com/skaut/shared-drive-mover/issues"
target="_blank"
>{{ $t("done.errorHeader.github") }}</a
>
</template>
</i18n>
</p>
<md-table>
<md-table-row>
Expand Down

0 comments on commit 6c0e619

Please sign in to comment.