2007-03-30 04:36:52 +00:00
|
|
|
<div id="sidebar">
|
2010-11-24 22:01:23 +01:00
|
|
|
<%= sidebar_html_for_titled_list(@active_projects, t('sidebar.list_name_active_projects'))%>
|
|
|
|
|
<%= sidebar_html_for_titled_list(@active_contexts, t('sidebar.list_name_active_contexts'))%>
|
2009-03-27 17:03:18 +01:00
|
|
|
<% if prefs.show_hidden_projects_in_sidebar -%>
|
2010-11-24 22:01:23 +01:00
|
|
|
<%= sidebar_html_for_titled_list(@hidden_projects, t('sidebar.list_name_hidden_projects'))%>
|
2009-03-27 17:03:18 +01:00
|
|
|
<% end -%>
|
|
|
|
|
<% if prefs.show_completed_projects_in_sidebar -%>
|
2010-11-24 22:01:23 +01:00
|
|
|
<%= sidebar_html_for_titled_list(@completed_projects, t('sidebar.list_name_completed_projects'))%>
|
2009-03-27 17:03:18 +01:00
|
|
|
<% end -%>
|
|
|
|
|
<% if prefs.show_hidden_contexts_in_sidebar -%>
|
2010-11-24 22:01:23 +01:00
|
|
|
<%= sidebar_html_for_titled_list(@hidden_contexts, t('sidebar.list_name_hidden_contexts'))%>
|
2009-03-27 17:03:18 +01:00
|
|
|
<% end -%>
|
2007-03-30 04:36:52 +00:00
|
|
|
</div>
|