Rinser/html/ejs/list.ejs

4 lines
139 B
Plaintext
Raw Normal View History

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