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
-
- - <%= navigation_link( "Calendar", calendar_path, :title => "Calendar of due actions" ) %>
- - <%= navigation_link( "Done", done_path, {:accesskey=>"d", :title=>"Completed"} ) %>
- - <%= navigation_link( "Feeds", {:controller => "feedlist", :action => "index"}, :title => "See a list of available feeds" ) %>
- - <%= navigation_link( "Statistics", {:controller => "stats", :action => "index"}, :title => "See your statistics" ) %>
-
+
+ - <%= navigation_link( "Calendar", calendar_path, :title => "Calendar of due actions" ) %>
+ - <%= navigation_link( "Done", done_path, {:accesskey=>"d", :title=>"Completed"} ) %>
+ - <%= navigation_link( "Feeds", {:controller => "feedlist", :action => "index"}, :title => "See a list of available feeds" ) %>
+ - <%= navigation_link( "Statistics", {:controller => "stats", :action => "index"}, :title => "See your statistics" ) %>
+
+
Admin
- <%= navigation_link( "Preferences", preferences_path, {:accesskey => "u", :title => "Show my preferences"} ) %>
@@ -82,12 +84,14 @@
<% if current_user.is_admin? -%>
- <%= navigation_link("Manage users", users_path, {:accesskey => "a", :title => "Add or delete users"} ) %>
<% end -%>
-
+
+
?
- <%= link_to 'Integrate Tracks', integrations_path %>
- <%= link_to 'REST API Docs', url_for(:controller => 'integrations', :action => 'rest_api') %>
-
+
+
<%= 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) %>