Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GitLab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
projects.thm.de
GitLab
Commits
c5b6b31c
Commit
c5b6b31c
authored
Nov 18, 2015
by
Anton Baklanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed invalid link on starred projects dashboard.
Fixes #3468
parent
76f00542
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
5 deletions
+6
-5
CHANGELOG
CHANGELOG
+1
-0
app/views/dashboard/projects/index.html.haml
app/views/dashboard/projects/index.html.haml
+1
-1
app/views/dashboard/projects/starred.html.haml
app/views/dashboard/projects/starred.html.haml
+1
-1
app/views/explore/projects/index.html.haml
app/views/explore/projects/index.html.haml
+1
-1
app/views/explore/projects/starred.html.haml
app/views/explore/projects/starred.html.haml
+1
-1
app/views/explore/projects/trending.html.haml
app/views/explore/projects/trending.html.haml
+1
-1
No files found.
CHANGELOG
View file @
c5b6b31c
...
...
@@ -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
...
...
app/views/dashboard/projects/index.html.haml
View file @
c5b6b31c
...
...
@@ -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'
...
...
app/views/dashboard/projects/starred.html.haml
View file @
c5b6b31c
-
page_title
"Starred Projects"
-
header_title
"Projects"
,
projects_path
-
header_title
"Projects"
,
dashboard_
projects_path
=
render
'dashboard/projects_head'
...
...
app/views/explore/projects/index.html.haml
View file @
c5b6b31c
-
page_title
"Projects"
-
header_title
"Projects"
,
root
_path
-
header_title
"Projects"
,
dashboard_projects
_path
-
if
current_user
=
render
'dashboard/projects_head'
...
...
app/views/explore/projects/starred.html.haml
View file @
c5b6b31c
-
page_title
"Projects"
-
header_title
"Projects"
,
root
_path
-
header_title
"Projects"
,
dashboard_projects
_path
-
if
current_user
=
render
'dashboard/projects_head'
...
...
app/views/explore/projects/trending.html.haml
View file @
c5b6b31c
-
page_title
"Projects"
-
header_title
"Projects"
,
root
_path
-
header_title
"Projects"
,
dashboard_projects
_path
-
if
current_user
=
render
'dashboard/projects_head'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment