mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 20:00:16 +01:00
Minicard, sort number can be edited in a popup
This commit is contained in:
parent
df5b76aa87
commit
02896e669a
3 changed files with 31 additions and 1 deletions
|
|
@ -146,3 +146,8 @@ template(name="minicard")
|
|||
.badge
|
||||
span.badge-icon.fa.fa-sort
|
||||
span.badge-text {{ sort }}
|
||||
|
||||
template(name="editCardSortOrderPopup")
|
||||
input.js-edit-card-sort-popup(type='text' autofocus value=sort dir="auto")
|
||||
.edit-controls.clearfix
|
||||
button.primary.confirm.js-submit-edit-card-sort-popup(type="submit") {{_ 'save'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue