Fix Homepage no promoted events warning
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7f7bf025e7
commit
60facf4093
@ -261,10 +261,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<b-message v-else type="is-danger"
|
<b-message v-else type="is-danger"
|
||||||
>{{ $t("No events found") }}<br />
|
>{{ $t("No events found") }}<br />
|
||||||
|
<div v-if="goingToEvents.size > 0 || lastWeekEvents.length > 0">
|
||||||
<b-icon size="is-small" icon="information-outline" />
|
<b-icon size="is-small" icon="information-outline" />
|
||||||
<small v-if="goingToEvents.size > 0 || lastWeekEvents.length > 0">{{
|
<small>{{
|
||||||
$t("The events you created are not shown here.")
|
$t("The events you created are not shown here.")
|
||||||
}}</small>
|
}}</small>
|
||||||
|
</div>
|
||||||
</b-message>
|
</b-message>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user