parent
76f0054220
commit
c5b6b31c84
6 changed files with 6 additions and 5 deletions
|
@ -13,6 +13,7 @@ v 8.2.2
|
|||
- Fix Error 500 when viewing user's personal projects from admin page (Stan Hu)
|
||||
- Fix: Raw private snippets access workflow
|
||||
- Prevent "413 Request entity too large" errors when pushing large files with LFS
|
||||
- Fix invalid links within projects dashboard header
|
||||
|
||||
v 8.2.1
|
||||
- Forcefully update builds that didn't want to update with state machine
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
= auto_discovery_link_tag(:atom, dashboard_projects_url(format: :atom, private_token: current_user.private_token), title: "All activity")
|
||||
|
||||
- page_title "Projects"
|
||||
- header_title "Projects", root_path
|
||||
- header_title "Projects", dashboard_projects_path
|
||||
|
||||
= render 'dashboard/projects_head'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- page_title "Starred Projects"
|
||||
- header_title "Projects", projects_path
|
||||
- header_title "Projects", dashboard_projects_path
|
||||
|
||||
= render 'dashboard/projects_head'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- page_title "Projects"
|
||||
- header_title "Projects", root_path
|
||||
- header_title "Projects", dashboard_projects_path
|
||||
|
||||
- if current_user
|
||||
= render 'dashboard/projects_head'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- page_title "Projects"
|
||||
- header_title "Projects", root_path
|
||||
- header_title "Projects", dashboard_projects_path
|
||||
|
||||
- if current_user
|
||||
= render 'dashboard/projects_head'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- page_title "Projects"
|
||||
- header_title "Projects", root_path
|
||||
- header_title "Projects", dashboard_projects_path
|
||||
|
||||
- if current_user
|
||||
= render 'dashboard/projects_head'
|
||||
|
|
Loading…
Reference in a new issue