diff --git a/app/views/contexts/show.html.erb b/app/views/contexts/show.html.erb index a22e4728..41268330 100644 --- a/app/views/contexts/show.html.erb +++ b/app/views/contexts/show.html.erb @@ -8,5 +8,5 @@
<%= render :partial => "shared/add_new_item_form" %> - <%= render :template => "sidebar/sidebar" %> -
\ No newline at end of file + <%= render :file => "sidebar/sidebar.html.erb" %> + diff --git a/app/views/feedlist/index.html.erb b/app/views/feedlist/index.html.erb index 5c855e16..74a45880 100644 --- a/app/views/feedlist/index.html.erb +++ b/app/views/feedlist/index.html.erb @@ -57,18 +57,18 @@
  • <%= rss_formatted_link({:controller => 'todos', :action => 'index', :tag => 'starred'}) %> <%= text_formatted_link({:controller => 'todos', :action => 'index', :tag => 'starred'}) %> - All starred, active actions + All starred, active actions
  • <%= text_formatted_link({:controller => 'projects', :action => 'index', :projects_and_actions => true}) %> - Active projects with their actions + Active projects with their actions
  • Feeds for incomplete actions in a specific context:

    <% if @active_contexts.empty? && @hidden_contexts.empty? -%> <% else -%>