buttons instead of ul

This commit is contained in:
unknown 2015-07-27 14:43:28 +01:00
parent 59e9ae5032
commit d76e52b3b4
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
<% list.forEach(function (item) { %> <% list.forEach(function (item) { %>
<li id="<%=item.name%>"><%=item.name%></li> <button id="<%=item.name%>"><%=item.name%></button>
<% }) %> <% }) %>

View File

@ -51,9 +51,12 @@
</head> </head>
<body> <body>
<div class="container">Last update: <span id="lastupdate">x</span> <div class="container">
<div class='u-full-width content'>
Last update: <span id="lastupdate">x</span>
<button id="refresh">Refresh</button> <button id="refresh">Refresh</button>
<ul id="list"></ul> <div id="list" class='u-full-width content'></div>
</div>
</div> </div>
<div id='feedcontent' class="container"> <div id='feedcontent' class="container">

0
html/lifestyle.json Normal file
View File