summaryrefslogtreecommitdiff
path: root/app/views/explore/projects/trending.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-1/+1
|
* Resolve Incorrect empty state message on "Explore projects"Dennis Tang2019-08-021-1/+1
|
* Minor review fixesEzekiel Kigbo2019-05-061-3/+2
| | | | | | | | | | Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
* Updated layout for various breakpointsEzekiel Kigbo2019-05-061-2/+3
| | | | | | | | | | Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
* Refactor dashboard gold trial calloutsLuke Bennett2019-03-061-1/+1
| | | | | Uses new gold trial helper method to render a gold trial callout on user dashboards.
* Port GitLab.com gold trial callout changes to CEce-revert-revert-gold-trial-mrsLuke Bennett2019-01-031-0/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
* Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett2018-12-061-2/+0
| | | | | | | 'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
* Promote the GitLab.com Gold trial on a users default dashboardce-6983-promote-starting-a-gitlab-com-trialLuke Bennett2018-11-211-0/+2
| | | | | | | Show a dismissable callout on a users dashboard for a free trial of the GitLab.com Gold plan. Hide the callout from users who have dismissed the callout, are already on a trial or are already on the gold plan
* Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett2018-10-121-3/+0
| | | | | 'master'" This reverts merge request !21551
* Review changesLuke Bennett2018-09-241-0/+3
|
* i18n: externalize strings from 'app/views/explore'Tao Wang2018-07-101-2/+2
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* improvements to breadcrumb titles, links & nestingPhil Hughes2017-07-061-0/+1
|
* Implement changes from MR feedbackJosh Frye2016-02-041-1/+1
|
* Various filter fixesJosh Frye2016-02-041-1/+1
|
* Paginate + ajax filter dashboard projectsJosh Frye2016-02-041-1/+1
|
* Add sort dropdown to dashboard projects pagedashboard-sort-dropdownDmitriy Zaporozhets2016-02-031-8/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix explore projects page UIfix-explore-uiDmitriy Zaporozhets2015-12-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed invalid link on starred projects dashboard.Anton Baklanov2015-12-031-1/+1
| | | | Fixes #3468
* Clean up overlap between dashboard and explore.Douwe Maan2015-09-081-7/+5
| | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
* Improve starred and trending pagesDmitriy Zaporozhets2015-09-031-9/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New UI for explore groups and trending pagesDmitriy Zaporozhets2015-09-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-use project partial for rendering explore projectsDmitriy Zaporozhets2015-08-251-3/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rebuild navigation for dashboardDmitriy Zaporozhets2015-08-201-2/+5
| | | | | | | | | | * projects from explore page are available from dashboard * use dashboard sidebar for both logged in and not users * move explroe projects under projects tab * move explore groups under groups tab * move public snippets under snippets tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove button to all projects on Trending Projects page.Nicolas2015-06-141-3/+0
| | | | Fixes #2001.
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Restyle explore page to sidebar layoutDmitriy Zaporozhets2015-04-221-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
|
* Refactor explore area tests. Replaced old linksDmitriy Zaporozhets2014-07-231-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor explore areaDmitriy Zaporozhets2014-07-231-0/+11
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>