add suggest create button when there is not any one found on 'my event' page
This commit is contained in:
parent
cae4062b4e
commit
9de04695d9
@ -86,6 +86,16 @@
|
|||||||
type="is-danger"
|
type="is-danger"
|
||||||
>
|
>
|
||||||
{{ $t("No events found") }}
|
{{ $t("No events found") }}
|
||||||
|
|
||||||
|
<div class="suggest-create-event">
|
||||||
|
<b-button
|
||||||
|
tag="router-link"
|
||||||
|
:to="{ name: RouteName.CREATE_EVENT }"
|
||||||
|
type="is-primary"
|
||||||
|
>
|
||||||
|
{{ $t("Create") }}
|
||||||
|
</b-button>
|
||||||
|
</div>
|
||||||
</b-message>
|
</b-message>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user