mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00

- it's not formatted by Meteor well, \n is missing in the generated Javascript code, so i insert in the template
15 lines
258 B
Text
15 lines
258 B
Text
template(name="spinnerWave")
|
|
.sk-spinner.sk-spinner-wave(class=currentBoard.colorClass)
|
|
+spinnerWaveRaw
|
|
|
|
template(name="spinnerWaveRaw")
|
|
.sk-rect1
|
|
|
|
|
.sk-rect2
|
|
|
|
|
.sk-rect3
|
|
|
|
|
.sk-rect4
|
|
|
|
|
.sk-rect5
|
|
|
|