Make sure all empty pages have a call to action
This commit is contained in:
parent
ec4c941fb1
commit
2139d4d528
5 changed files with 32 additions and 13 deletions
|
|
@ -16,7 +16,12 @@
|
|||
</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
<p v-else class="has-text-centered has-text-grey">You are currently not part of any teams.</p>
|
||||
<p v-else class="has-text-centered has-text-grey">
|
||||
You are currently not part of any teams.
|
||||
<router-link :to="{name: 'teams.create'}">
|
||||
Create a new team.
|
||||
</router-link>
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Reference in a new issue