mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
wip: migrate from deprecated swig templates to ejs
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
|
||||
<div class="dialog">
|
||||
{% include "./text-formats.html" %}
|
||||
<%- include "./text-formats.html" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</button>
|
||||
|
||||
<div class="dialog">
|
||||
{% include "./text-digits.html" %}
|
||||
<%- include "./text-digits.html" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
</button>
|
||||
|
||||
<div class="dialog">
|
||||
{% include "./text-align.html" %}
|
||||
<%- include "./text-align.html" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
</button>
|
||||
|
||||
<div class="dialog">
|
||||
{% include "./text-styles.html" %}
|
||||
<%- include "./text-styles.html" %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user