Fix not_in_project scope. Added counters in admin -> users. Improved seeds
This commit is contained in:
parent
e56a47ab19
commit
4cbb29cfad
13 changed files with 103 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue