Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spotify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web
spotify
Merge requests
!46
Resolve "Use nice radio buttons to choose short/long playlist"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Use nice radio buttons to choose short/long playlist"
43-use-nice-radio-buttons-to-choose-short-long-playlist
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Benoît Harrault
requested to merge
43-use-nice-radio-buttons-to-choose-short-long-playlist
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#43 (closed)
Edited
2 years ago
by
Benoît Harrault
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cc02f069
1 commit,
2 years ago
1 file
+
17
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
templates/playlist-generator/index.html.twig
+
17
−
17
Options
@@ -12,16 +12,16 @@
</div>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sm-12"
>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-quick-create-long-playlist"
name=
"check-quick-create-long-playlist"
value=
"long-playlist"
checked
>
<label
class=
"
custom-control
-label"
for=
"check-quick-create-long-playlist"
>
<label
class=
"
form-check
-label"
for=
"check-quick-create-long-playlist"
>
Generate a long playlist (x2)
</label>
</div>
@@ -51,28 +51,28 @@
</ul>
<div
class=
"row"
>
<div
class=
"col-md-8 col-sm-12"
>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-top-artist-filter-artists"
name=
"check-top-artist-filter-artists"
value=
"filter-artists"
checked
>
<label
class=
"
custom-control
-label"
for=
"check-top-artist-filter-artists"
>
Allow
only selected artists in recommendations
<label
class=
"
form-check
-label"
for=
"check-top-artist-filter-artists"
>
Filter
only selected artists in recommendations
</label>
</div>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-top-artist-long-playlist"
name=
"check-top-artist-long-playlist"
value=
"long-playlist"
>
<label
class=
"
custom-control
-label"
for=
"check-top-artist-long-playlist"
>
<label
class=
"
form-check
-label"
for=
"check-top-artist-long-playlist"
>
Generate a long playlist (x2)
</label>
</div>
@@ -92,28 +92,28 @@
</ul>
<div
class=
"row"
>
<div
class=
"col-md-8 col-sm-12"
>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-playlist-filter-artists"
name=
"check-playlist-filter-artists"
value=
"filter-artists"
checked
>
<label
class=
"
custom-control
-label"
for=
"check-playlist-filter-artists"
>
Allow
only artists in selected playlists in recommendations
<label
class=
"
form-check
-label"
for=
"check-playlist-filter-artists"
>
Filter
only artists in selected playlists in recommendations
</label>
</div>
<div>
<div
class=
"form-check form-switch"
>
<input
type=
"checkbox"
class=
"
custom-control
-input"
class=
"
form-check
-input"
id=
"check-playlist-long-playlist"
name=
"check-playlist-long-playlist"
value=
"long-playlist"
>
<label
class=
"
custom-control
-label"
for=
"check-playlist-long-playlist"
>
<label
class=
"
form-check
-label"
for=
"check-playlist-long-playlist"
>
Generate a long playlist (x2)
</label>
</div>
Loading