Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
grp-bio-it
image-analysis-training-resources
Commits
59f80573
Commit
59f80573
authored
Jun 07, 2019
by
Christian Tischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add empty lines after activity and formative assessment drop-down menus; module.html
parent
a30a42e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
_layouts/module.html
_layouts/module.html
+1
-1
No files found.
_layouts/module.html
View file @
59f80573
...
...
@@ -158,7 +158,6 @@ Choose a platform to display instructions for: <select id="id_activity_platform"
{% for platform in page.activities %}
<div
id=
"{{ platform[0] | slugify }}-activity-div"
>
<br>
<br>
<h3>
{{ platform[0] }}
</h3>
{% assign includefile = platform[1] %}
{% capture activity %}{% include {{ includefile }} %}{% endcapture %}
...
...
@@ -192,6 +191,7 @@ Choose a platform to display instructions for: <select id="id_exercises_platform
{% endif %}
{% for platform in page.exercises %}
<div
id=
"{{ platform[0] | slugify }}-exercises-div"
>
<br>
<h3>
{{ platform[0] }}
</h3>
{% assign includefile = platform[1] %}
{% capture exercise %}{% include {{ includefile }} %}{% endcapture %}
...
...
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