mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-10-31 22:19:00 +00:00
Indicate edited post is saved
Should close #2642 and #2671. Gives a minimal solution to #2668.
This commit is contained in:
parent
07aca2f62c
commit
9cd599dee3
1 changed files with 4 additions and 0 deletions
|
@ -15,7 +15,11 @@
|
||||||
<div class="control">
|
<div class="control">
|
||||||
<button class="button is-link" type="submit">
|
<button class="button is-link" type="submit">
|
||||||
<span class="icon icon-spinner" aria-hidden="true"></span>
|
<span class="icon icon-spinner" aria-hidden="true"></span>
|
||||||
|
{% if draft %}
|
||||||
|
<span>{% trans "Save" %}</span>
|
||||||
|
{% else %}
|
||||||
<span>{% trans "Post" %}</span>
|
<span>{% trans "Post" %}</span>
|
||||||
|
{% endif %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue