mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 10:50:13 +01:00
Use right class for options list
This commit is contained in:
parent
3f4c285551
commit
c7b53becf3
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ template(name="createBoard")
|
||||||
a.js-import-board {{_ 'import-board'}}
|
a.js-import-board {{_ 'import-board'}}
|
||||||
|
|
||||||
template(name="chooseBoardSource")
|
template(name="chooseBoardSource")
|
||||||
ul
|
ul.pop-over-list
|
||||||
li
|
li
|
||||||
a(href="{{pathFor 'import/trello'}}") {{_ 'from-trello'}}
|
a(href="{{pathFor 'import/trello'}}") {{_ 'from-trello'}}
|
||||||
li
|
li
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue