Fix not_in_project scope. Added counters in admin -> users. Improved seeds

This commit is contained in:
Dmitriy Zaporozhets 2012-12-27 06:14:05 +03:00
parent e56a47ab19
commit 4cbb29cfad
13 changed files with 103 additions and 57 deletions

View file

@ -1,5 +1,5 @@
%h3.page_title
Projects (#{@projects.count})
Projects (#{Project.count})
= link_to 'New Project', new_project_path, class: "btn small right"
%br
= form_tag admin_projects_path, method: :get, class: 'form-inline' do