mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 13:28:49 +01:00
Merge branch 'master' of git@github.com:graaff/tracks
This commit is contained in:
commit
414d1ca0bc
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
|
|||
</ul></ul>
|
||||
<div class="description<%= staleness_class( todo ) %>">
|
||||
<%= date_span -%>
|
||||
<span class="todo.descr"><%= h sanitize(todo.description) %></span>
|
||||
<span class="todo.descr"><%= 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