fix publish button alignment
parent
af74c7c1fc
commit
d2c407d860
|
@ -1,5 +1,5 @@
|
|||
{% if v and v.id==p.author_id and p.private %}
|
||||
<form action="/publish/{{p.id}}" method="post">
|
||||
<form action="/publish/{{p.id}}" method="post" class="d-flex">
|
||||
<input type="hidden" name="formkey", value="{{v|formkey}}">
|
||||
<button type="submit" class="list-inline-item text-small p-0 m-0 mr-3 border-0 nobackground font-weight-bold" type="submit" onclick="disable(this)"><i class="fas fa-globe"></i>Publish</button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue