Skip to content

Commit

Permalink
Merge pull request #8720 from abhimnc/my-awesome-changes
Browse files Browse the repository at this point in the history
'basic link' button and inline with number in Coach
  • Loading branch information
rtibbles committed Nov 18, 2021
2 parents 4786d31 + 53b469a commit 8463da9
Showing 1 changed file with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
</template>
<template #value>
{{ $formatNumber(learnerNames.length) }}
</template>
</HeaderTableRow>
<HeaderTableRow v-if="learnerNames.length > 0">
<template #key>
</template>
<template #value>
<KRouterLink
:text="$tr('viewLearners')"
appearance="raised-button"
:to="classLearnersListRoute"
/>
<template v-if="learnerNames.length > 0">
<KRouterLink
:text="$tr('viewLearners')"
appearance="basic-link"
:to="classLearnersListRoute"
style="margin-left: 24 px;"
/>
</template>
</template>
</HeaderTableRow>
</HeaderTable>
Expand Down

0 comments on commit 8463da9

Please sign in to comment.