mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-02 11:00:16 +01:00
Merge branch 'master' of github.com:graaff/tracks
Conflicts: app/views/todos/_todo.html.erb
This commit is contained in:
commit
18146fbbca
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
|
||||||
<%= grip_span %>
|
<%= grip_span %>
|
||||||
<%= date_span -%>
|
<%= date_span -%>
|
||||||
<span class="todo.descr"><%= sanitize(todo.description) %></span>
|
<span class="todo.descr"><%= sanitize(todo.description) %></span>
|
||||||
<span class="todo.descr"><%= h sanitize(todo.description) %></span>
|
|
||||||
<% #= successors_span %>
|
<% #= successors_span %>
|
||||||
<%= image_tag_for_recurring_todo(todo) if @todo.from_recurring_todo? %>
|
<%= image_tag_for_recurring_todo(todo) if @todo.from_recurring_todo? %>
|
||||||
<%= tag_list %>
|
<%= tag_list %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue