SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 39d3cf3b authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove b-badge

parent 62963f74
No related branches found
No related tags found
No related merge requests found
...@@ -237,14 +237,12 @@ ...@@ -237,14 +237,12 @@
<div class="row mb-0"> <div class="row mb-0">
<div class="col col-lg-6"> <div class="col col-lg-6">
<small class="p-2">Last loaded: {{ lastLoaded }}</small> <small class="p-2">Last loaded: {{ lastLoaded }}</small>
<b-badge <span
class="p-2" class="badge bg-primary p-2"
size="sm"
variant="primary"
@click="refreshMessages" @click="refreshMessages"
> >
Refresh now Refresh now
</b-badge> </span>
<div v-if="loadError"> <div v-if="loadError">
<small class="bg-danger text-white mx-2 my-1 p-1"> <small class="bg-danger text-white mx-2 my-1 p-1">
A network problem occurred on {{ lastFetched }} A network problem occurred on {{ lastFetched }}
...@@ -471,7 +469,7 @@ col-lg-4"> ...@@ -471,7 +469,7 @@ col-lg-4">
</template> </template>
<template v-slot:cell(read)="row"> <template v-slot:cell(read)="row">
<span v-if="!row.item.read"> <span v-if="!row.item.read">
<b-badge variant="primary">&emsp;</b-badge> <span class="badge bg-primary">&emsp;</span>
</span> </span>
</template> </template>
<template v-slot:cell(tags)="row"> <template v-slot:cell(tags)="row">
......
...@@ -35,8 +35,6 @@ import { ...@@ -35,8 +35,6 @@ import {
VBTooltip, VBTooltip,
} from 'bootstrap-vue'; } from 'bootstrap-vue';
// Badges
Vue.component('b-badge', BBadge)
// Cards // Cards
Vue.use(CardPlugin) Vue.use(CardPlugin)
// Collapse // Collapse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment