mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 22:41:48 +01:00
Fixes #626. Removes unwanted whitespace. Thanks Peter.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@699 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
57d3d4a6ff
commit
be2f8c50a4
1 changed files with 3 additions and 3 deletions
|
|
@ -3,6 +3,6 @@ context = text_context
|
|||
todos_in_context = todos.select { |t| t.context_id == context.id }
|
||||
if todos_in_context.length > 0
|
||||
%>
|
||||
<%= context.name.upcase %>:
|
||||
<% end -%>
|
||||
<%= render :partial => "todos/text_todo", :collection => todos_in_context -%>
|
||||
<%= context.name.upcase %>:
|
||||
<%= render :partial => "todos/text_todo", :collection => todos_in_context -%>
|
||||
<% end -%>
|
||||
Loading…
Add table
Add a link
Reference in a new issue