Skip to content

Commit

Permalink
tasks label
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 29, 2020
1 parent 81720ec commit 728b032
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/_includes/cards/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ <h3 class="card-title">Tasks</h3>
{% for task in site.data.tasks %}
<tr>
<td class="w-1 pr-0">
<label class="form-check m-0">
<input type="checkbox" class="form-check-input"{% if task.checked %} checked{% endif %}>
<span class="form-check-label"></span>
</label>
<input type="checkbox" class="form-check-input m-0 align-middle" aria-label="Select task"{% if task.checked %} checked{% endif %} >
</td>
<td class="w-100">
<a href="#" class="text-reset">{{ task.name }}</a>
Expand Down

0 comments on commit 728b032

Please sign in to comment.