refactor app directory structure and add tests
This commit is contained in:
5
app/views/task-item.ejs
Normal file
5
app/views/task-item.ejs
Normal file
@@ -0,0 +1,5 @@
|
||||
<li class="list-group-item"><%= title %>
|
||||
<a href="javascript:///" class="remove-task">
|
||||
<span class="glyphicon glyphicon-remove pull-right"></span>
|
||||
</a>
|
||||
</li>
|
Reference in New Issue
Block a user