gitlab-org--gitlab-foss/app/views/dashboard/projects
Dmitriy Zaporozhets 7455d950bc
Refactor projects list
1. Fix double bottom border if pagination
2. Fix broken search on forks page
4. Remove duplicate js logic
4. Remove unused show all link
5. Remove duplicate “no project” message in different views

After this merge request you can easily render shared projects template
with all necessary html/js included to make searchable list with
pagination. All you need to provide is controller that returns
projects list with seach nad pagination and render html form with
project-filter-form id and text field with filter_projects name.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-03 13:09:58 +01:00
..
_projects.html.haml Refactor projects list 2016-03-03 13:09:58 +01:00
_zero_authorized_projects.html.haml number_with_delimiter() added 2016-02-19 00:52:18 +00:00
index.atom.builder Use Atom update times of the first event 2016-01-27 10:33:33 +01:00
index.html.haml Don't show "Welcome to GitLab" when the search didn't return any projects 2016-03-02 11:41:35 +01:00
starred.html.haml