mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-19 04:14:40 +00:00
Remove the <strike/> from name
This commit is contained in:
parent
d25710a760
commit
fdd78daa86
1 changed files with 2 additions and 3 deletions
|
|
@ -2,18 +2,17 @@
|
|||
<% if (habit_type==1) { %>
|
||||
<a href="#" class="vote-up"><img src="assets/add.png" /></a>
|
||||
<a href="#" class="vote-down"><img src="assets/remove.png" /></a>
|
||||
<%= name %>
|
||||
<% } else { %>
|
||||
|
||||
<!-- Daily & Todos -->
|
||||
<% if (done) { %>
|
||||
<input class="vote-down" type="checkbox" checked="checked"/>
|
||||
<strike><%= name %></strike>
|
||||
<% } else { %>
|
||||
<input class="vote-up" type="checkbox"/>
|
||||
<%= name %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
<%= name %>
|
||||
<div class='edit'>
|
||||
<% if (notes) { %>
|
||||
<!-- TODO how to make this assets-aware? image_tag('comment.png', :class=>'comment') -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue