debian-mirror-gitlab/app/views/dashboard/_projects_head.html.haml

23 lines
1,019 B
Text
Raw Normal View History

2015-12-23 02:04:40 +05:30
= content_for :flash_message do
= render 'shared/project_limit'
2017-09-10 17:25:29 +05:30
2017-08-17 22:00:37 +05:30
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
.fade-left= icon('angle-left')
.fade-right= icon('angle-right')
2018-03-17 18:26:18 +05:30
%ul.nav-links.scrolling-tabs.mobile-separator
= nav_link(page: [dashboard_projects_path, root_path]) do
2018-03-17 18:26:18 +05:30
= link_to dashboard_projects_path, class: 'shortcuts-activity', data: {placement: 'right'} do
2017-08-17 22:00:37 +05:30
Your projects
= nav_link(page: starred_dashboard_projects_path) do
2018-03-17 18:26:18 +05:30
= link_to starred_dashboard_projects_path, data: {placement: 'right'} do
2017-08-17 22:00:37 +05:30
Starred projects
2016-04-02 18:10:28 +05:30
= nav_link(page: [explore_root_path, trending_explore_projects_path, starred_explore_projects_path, explore_projects_path]) do
2018-03-17 18:26:18 +05:30
= link_to explore_root_path, data: {placement: 'right'} do
2017-08-17 22:00:37 +05:30
Explore projects
2015-12-23 02:04:40 +05:30
2018-03-17 18:26:18 +05:30
.nav-controls
2017-08-17 22:00:37 +05:30
= render 'shared/projects/search_form'
2016-06-02 11:05:42 +05:30
= render 'shared/projects/dropdown'
- if current_user.can_create_project?
2018-03-17 18:26:18 +05:30
= link_to "New project", new_project_path, class: "btn btn-new"