better styling for post status for error
This commit is contained in:
parent
7e2dd215e4
commit
1da062a744
1 changed files with 4 additions and 2 deletions
|
|
@ -378,9 +378,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="error"
|
v-if="error"
|
||||||
class="alert error"
|
class="alert error -dismissible"
|
||||||
>
|
>
|
||||||
Error: {{ error }}
|
<span>
|
||||||
|
{{ error }}
|
||||||
|
</span>
|
||||||
<button
|
<button
|
||||||
class="button-unstyled"
|
class="button-unstyled"
|
||||||
@click="clearError"
|
@click="clearError"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue