Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Merge requests
!27
Resolve "Add presentation editor"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add presentation editor"
23-add-presentation-editor
into
dev
Overview
0
Commits
13
Pipelines
2
Changes
8
Merged
Albin Henriksson
requested to merge
23-add-presentation-editor
into
dev
4 years ago
Overview
0
Commits
13
Pipelines
2
Changes
8
Expand
Closes
#23 (closed)
0
0
Merge request reports
Compare
dev
version 1
af44ab0b
4 years ago
dev (base)
and
latest version
latest version
1f092615
13 commits,
4 years ago
version 1
af44ab0b
12 commits,
4 years ago
8 files
+
252
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
client/src/pages/admin/components/CompetitionManager.tsx
+
1
−
1
Options
@@ -176,7 +176,7 @@ const CompetitionManager: React.FC = (props) => {
.
map
((
row
)
=>
(
<
TableRow
key
=
{
row
.
name
}
>
<
TableCell
scope
=
"row"
>
<
Button
color
=
"primary"
component
=
{
Link
}
to
=
{
`/competition-id=
${
row
.
id
}
`
}
>
<
Button
color
=
"primary"
component
=
{
Link
}
to
=
{
`/
editor/
competition-id=
${
row
.
id
}
`
}
>
{
row
.
name
}
</
Button
>
</
TableCell
>
Loading