Merge branch 'fix-search-order' into 'master'

Fix search order

See merge request framasoft/mobilizon!790
This commit is contained in:
Thomas Citharel
2021-01-14 16:28:29 +01:00
4 changed files with 34 additions and 30 deletions

View File

@@ -261,10 +261,12 @@
</div>
<b-message v-else type="is-danger"
>{{ $t("No events found") }}<br />
<b-icon size="is-small" icon="information-outline" />
<small v-if="goingToEvents.size > 0 || lastWeekEvents.length > 0">{{
$t("The events you created are not shown here.")
}}</small>
<div v-if="goingToEvents.size > 0 || lastWeekEvents.length > 0">
<b-icon size="is-small" icon="information-outline" />
<small>{{
$t("The events you created are not shown here.")
}}</small>
</div>
</b-message>
</section>
</div>