Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sito
poul.org
Commits
d9d81fbb
Verified
Commit
d9d81fbb
authored
May 13, 2021
by
Roberto Bochet
Browse files
Fixed bug not shows last edition if only one
parent
21a0d801
Changes
1
Hide whitespace changes
Inline
Side-by-side
_layouts/course.html
View file @
d9d81fbb
...
...
@@ -12,7 +12,7 @@ layout: default
{% include course_edition.html edition = page.course.last_edition past_label = true %}
{% if page.course.past_editions_count >
1
%}
{% if page.course.past_editions_count >
0
%}
<div
class=
"bg-blueish-gray course-past-sessions-btn"
>
<a
class=
"btn"
href=
"./past/"
>
Edizioni passate
</a>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment