Rinser/html/ejs/list.ejs

4 lines
140 B
Plaintext
Raw Normal View History

2015-07-27 12:49:21 +00:00
<% list.forEach(function (item) { %>
2015-08-07 12:48:37 +00:00
<button id="<%=item.name%>" class="mui-btn mui-btn-primary"><%=item.name%></button>
2015-07-27 12:49:21 +00:00
<% }) %>