Rinser/html/ejs/list.ejs

4 lines
128 B
Plaintext
Raw Normal View History

2015-07-27 12:49:21 +00:00
<% list.forEach(function (item) { %>
2015-07-27 15:47:47 +00:00
<button id="<%=item.name%>" class="pure-button"><%=item.name%></button>
2015-07-27 12:49:21 +00:00
<% }) %>