Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Forum
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Project Forum
Project Forum
Merge requests
!1158
Fixed bug displaying incorrect links in preferences
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fixed bug displaying incorrect links in preferences
786-Management_Panel_Preference_overview_of_friends_links_to_incorrect_users
into
development
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Fixed bug displaying incorrect links in preferences
Anna Kalandadze
requested to merge
786-Management_Panel_Preference_overview_of_friends_links_to_incorrect_users
into
development
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Closes
#786 (closed)
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
ca37b1b3
1 commit,
10 months ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
app/views/admin/course_editions/preferences/show.html.erb
+
1
−
1
View file @ ca37b1b3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -73,7 +73,7 @@
<ul
id=
"student-list"
>
<%
@student_preferences
.
each
do
|
preference
|
%>
<li>
<a
href=
"
<%=
admin_user_path
(
@user
)
%>
"
>
<a
href=
"
<%=
admin_user_path
(
preference
.
student
)
%>
"
>
<%=
preference
.
student
.
display_name
%>
(
<%=
preference
.
student
.
email
%>
)
</a>
</li>
Loading