Skip to content

Commit

Permalink
Final touch to projects/index
Browse files Browse the repository at this point in the history
  • Loading branch information
ptn committed May 4, 2011
1 parent 70c92b5 commit 0acef01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/views/projects/_project.html.haml
Expand Up @@ -7,6 +7,8 @@
%b
=pluralize @count_map[project.id][:assigned], 'todo'
assigned
-if @count_map[project.id][:overdue] > 0 || @count_map[project.id][:overdue] > 0
\:
%ul
-if @count_map[project.id][:overdue] > 0
%li
Expand Down
2 changes: 1 addition & 1 deletion app/views/projects/index.html.haml
Expand Up @@ -43,7 +43,7 @@
= render :partial => "todos/overview", :collection => @due_today, :as => :todo


%h3 These are your projects:
%h2 These are your projects:

#projects
= render @projects
Expand Down

0 comments on commit 0acef01

Please sign in to comment.