mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
Fixed a repeated regression which I accidentally re-committed. I should pay more attention to the commits... Fixes #740. Again.
This commit is contained in:
parent
330c142172
commit
278c7310c1
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<div class="description<%= staleness_class( todo ) %>">
|
||||
<% unless @todo.completed? %><span class="defer-container"><%= defer_link(1) %> <%= defer_link(7) %></span><% end %>
|
||||
<%= date_span -%>
|
||||
<span class="todo.descr"><%= sanitize(todo.description) %></span>
|
||||
<span class="todo.descr"><%= h sanitize(todo.description) %></span>
|
||||
<%= link_to(
|
||||
image_tag("recurring16x16.png"),
|
||||
{:controller => "recurring_todos", :action => "index"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue