diff --git a/app/helpers/todos_helper.rb b/app/helpers/todos_helper.rb
index f260b7e6..79e058e9 100644
--- a/app/helpers/todos_helper.rb
+++ b/app/helpers/todos_helper.rb
@@ -117,11 +117,7 @@ module TodosHelper
"" +
link_to(t.name, {:action => "tag", :controller => "todos", :id => t.name+".m"}) +
""}.join('')
-<<<<<<< HEAD/app/helpers/todos_helper.rb
if tag_list.empty? then "" else "#{tag_list}" end
-=======
- if not tag_list.empty? then "#{tag_list}" end
->>>>>>> f3d7fac2a4e602c21c754770903217c0a5035629/app/helpers/todos_helper.rb
end
def deferred_due_date
diff --git a/app/views/contexts/_mobile_context.rhtml b/app/views/contexts/_mobile_context.rhtml
index a9f829ae..99c06233 100644
--- a/app/views/contexts/_mobile_context.rhtml
+++ b/app/views/contexts/_mobile_context.rhtml
@@ -6,17 +6,10 @@ if not @not_done.empty?
# only show a context when there are actions in it
-%>
<%=mobile_context.name%>
-<<<<<<< HEAD/app/views/contexts/_mobile_context.rhtml
-=======
->>>>>>> f3d7fac2a4e602c21c754770903217c0a5035629/app/views/contexts/_mobile_context.rhtml
<%= render :partial => "todos/mobile_todo",
:collection => @not_done,
:locals => { :parent_container_type => "context" }-%>
-<<<<<<< HEAD/app/views/contexts/_mobile_context.rhtml
-<% end -%>=======
-
<% end -%>
->>>>>>> f3d7fac2a4e602c21c754770903217c0a5035629/app/views/contexts/_mobile_context.rhtml
diff --git a/app/views/todos/_mobile_todo.rhtml b/app/views/todos/_mobile_todo.rhtml
index 2621389f..88147afa 100644
--- a/app/views/todos/_mobile_todo.rhtml
+++ b/app/views/todos/_mobile_todo.rhtml
@@ -6,11 +6,7 @@ else
bullet = "» "
li_class = ""
end -%>
-<<<<<<< HEAD/app/views/todos/_mobile_todo.rhtml
- ><%= bullet %><%
-=======
-
| <%= bullet %> | <%
->>>>>>> f3d7fac2a4e602c21c754770903217c0a5035629/app/views/todos/_mobile_todo.rhtml
if mobile_todo.completed?
-%>
<% else
@@ -28,7 +24,4 @@ end -%>
")" -%>
<% end -%>
<%= tag_list_mobile -%>
-<<<<<<< HEAD/app/views/todos/_mobile_todo.rhtml
-=======
- |
->>>>>>> f3d7fac2a4e602c21c754770903217c0a5035629/app/views/todos/_mobile_todo.rhtml
+
diff --git a/public/stylesheets/mobile.css b/public/stylesheets/mobile.css
index c7e25c17..a9be930c 100644
--- a/public/stylesheets/mobile.css
+++ b/public/stylesheets/mobile.css
@@ -124,7 +124,6 @@ span.prj, span.ctx{
.errors {
background: #FFC2C2;
-<<<<<<< HEAD/public/stylesheets/mobile.css
}
ul.c li.star {
@@ -156,10 +155,8 @@ span.r {
#database_auth_form table td {
width:7em;
-}=======
}
table.c {
margin-left: 5px;
}
->>>>>>> f3d7fac2a4e602c21c754770903217c0a5035629/public/stylesheets/mobile.css