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