Skip to content

Commit d6c3f64

Browse files
committed
Put the pagination bar for recent runs after the recent runs header
I think this better signals what the pagination is for.
1 parent 359d753 commit d6c3f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naucse/templates/run_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ <h1>Aktuální kurzy</h1>
6262
{% endif %}
6363

6464
{% if run_data["recent"] | length > 0 %}
65-
{{ pagination() }}
65+
<h1>Proběhlé kurzy</h1>
6666

67-
<h1>Nedávno proběhlé kurzy</h1>
67+
{{ pagination() }}
6868
{% for run in run_data["recent"] | sort(attribute='start_date', reverse=True) %}
6969
{{ show_run(run) }}
7070
{% endfor %}

0 commit comments

Comments
 (0)