From eadeafbe2495b68644939d12bfb15ed5c4798194 Mon Sep 17 00:00:00 2001 From: "Jakub A.Tesinsky" Date: Wed, 3 Dec 2008 12:03:23 +0100 Subject: [PATCH] Merging. --- app/helpers/todos_helper.rb | 4 ---- app/views/contexts/_mobile_context.rhtml | 7 ------- app/views/todos/_mobile_todo.rhtml | 9 +-------- public/stylesheets/mobile.css | 3 --- 4 files changed, 1 insertion(+), 22 deletions(-) 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