mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 01:24:07 +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>
|
</ul></ul>
|
||||||
<div class="description<%= staleness_class( todo ) %>">
|
<div class="description<%= staleness_class( todo ) %>">
|
||||||
<%= date_span -%>
|
<%= date_span -%>
|
||||||
<span class="todo.descr"><%= h sanitize(todo.description) %></span>
|
<span class="todo.descr"><%= sanitize(todo.description) %></span>
|
||||||
<%= link_to(
|
<%= link_to(
|
||||||
image_tag("recurring16x16.png"),
|
image_tag("recurring16x16.png"),
|
||||||
{:controller => "recurring_todos", :action => "index"},
|
{:controller => "recurring_todos", :action => "index"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue