Initial commit
This commit is contained in:
7
client/res/templates/modals/kanban-move-over.tpl
Normal file
7
client/res/templates/modals/kanban-move-over.tpl
Normal file
@@ -0,0 +1,7 @@
|
||||
<ul class="list-group no-side-margin">
|
||||
{{#each optionDataList}}
|
||||
<li class="list-group-item">
|
||||
<a role="button" tabindex="0" data-action="move" data-value="{{value}}">{{label}}</a>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user