mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 21:38:49 +01:00
fix #900 where a spurious line from a merge problem causes unintended artifacts in mobile view. Thanks Henrik for spotting this
This commit is contained in:
parent
0938ffe044
commit
5e859f6b78
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ if not @not_done.empty?
|
|||
-%>
|
||||
<h2><%=mobile_context.name%></h2>
|
||||
<ul class="c">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="c">
|
||||
<%= render :partial => "todos/mobile_todo",
|
||||
:collection => @not_done,
|
||||
:locals => { :parent_container_type => "context" }-%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue