From 686bc5a7c4a195f35aae2f0b8f18c2fa61395153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Witrant?= Date: Sat, 14 Nov 2009 18:25:32 +0800 Subject: [PATCH] added missing ending tags --- app/views/layouts/standard.html.erb | 22 +++++++++++++--------- app/views/todos/_todo.html.erb | 24 ++++++++++++++---------- 2 files changed, 27 insertions(+), 19 deletions(-) diff --git a/app/views/layouts/standard.html.erb b/app/views/layouts/standard.html.erb index bc8626c6..07fac6bb 100644 --- a/app/views/layouts/standard.html.erb +++ b/app/views/layouts/standard.html.erb @@ -67,14 +67,16 @@
  • <%= navigation_link( "Contexts", contexts_path, {:accesskey=>"c", :title=>"Contexts"} ) %>
  • <%= navigation_link( "Notes", notes_path, {:accesskey => "o", :title => "Show all notes"} ) %>
  • <%= navigation_link( "Repeating todos", {:controller => "recurring_todos", :action => "index"}, :title => "Manage recurring actions" ) %>
  • - + +
  • View - + +
  • Admin
  • + +
  • ?
  • + +
  • <%= navigation_link(image_tag("system-search.png", :size => "16X16", :border => 0), {:controller => "search", :action => "index"}, :title => "Search All Items" ) %>
  • diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index 4d2ad947..25f8d372 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -11,16 +11,20 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag'
    <%= remote_star_icon %> <%= remote_toggle_checkbox unless source_view_is :deferred %> - +
    <%= date_span -%> <%= h sanitize(todo.description) %>