Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
EvaP
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CourseEval
EvaP
Commits
e25b5408
Commit
e25b5408
authored
3 years ago
by
Johannes Wolf
Browse files
Options
Downloads
Patches
Plain Diff
fix order buttons on narrow results page
parent
a5b7dd55
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
evap/results/templates/results_index.html
+5
-5
5 additions, 5 deletions
evap/results/templates/results_index.html
with
5 additions
and
5 deletions
evap/results/templates/results_index.html
+
5
−
5
View file @
e25b5408
...
...
@@ -81,13 +81,13 @@
<div
data-col=
"result"
class=
"col-order"
>
{% trans 'Distribution and average grade' %}
</div>
</div>
<div
class=
"d-flex d-lg-none"
>
<div
class=
"me-2 btn-
switch btn-group btn-group-toggle
icon-buttons"
data-bs-toggle=
"buttons"
>
<
label
class=
"btn btn-light btn-lg active"
>
<input
type=
"radio"
name=
"result-
sort-order
"
value=
"
asc"
/
>
<div
class=
"me-2 btn-
group
icon-buttons"
data-bs-toggle=
"buttons"
>
<
input
id=
"sort-order-asc"
class=
"btn-check"
type=
"radio"
name=
"result-sort-order"
value=
"asc"
checked
/
>
<label
class=
"btn btn-outline-primary btn-lg"
for=
"
sort-order
-
asc"
>
<span
class=
"fas fa-sort-alpha-down"
></span>
</label>
<
label
class=
"btn btn-light btn-lg"
>
<input
type=
"radio"
name=
"result-
sort-order
"
value=
"
desc"
/
>
<
input
id=
"sort-order-desc"
class=
"btn-check"
type=
"radio"
name=
"result-sort-order"
value=
"desc"
/
>
<label
class=
"btn btn-outline-primary btn-lg"
for=
"
sort-order
-
desc"
>
<span
class=
"fas fa-sort-alpha-up-alt"
></span>
</label>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment