Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
teaching-materials
website
Commits
511dc196
Commit
511dc196
authored
1 year ago
by
Jennifer Mankoff
Browse files
Options
Downloads
Patches
Plain Diff
fixed layout of assignment due dates
parent
fb8cf272
No related branches found
No related tags found
3 merge requests
!12
Accessibility website jen summer work
,
!9
Q access 24 sp
,
!8
Q access 24 sp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_layouts/assignment.html
+3
-2
3 additions, 2 deletions
_layouts/assignment.html
with
3 additions
and
2 deletions
_layouts/assignment.html
+
3
−
2
View file @
511dc196
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
<div
id=
"due dates"
>
<div
id=
"due dates"
>
{% if page.assigned.size > 1 %}
{% if page.assigned.size > 1 %}
<strong>
Assigned
</strong>
<strong>
Assigned
</strong>
<ul>
<ul>
...
@@ -36,14 +37,14 @@
...
@@ -36,14 +37,14 @@
{% endif %}
{% endif %}
{% if page.due.size > 1 %}
{% if page.due.size > 1 %}
 
<strong>
Due
</strong>
<br>
<strong>
Due
</strong>
<ul>
<ul>
{% for day in page.due %}
{% for day in page.due %}
<li>
{{day}}
</li>
<li>
{{day}}
</li>
{% endfor %}
{% endfor %}
</ul>
</ul>
{% else %}
{% else %}
<strong>
Due
</strong>
: {{page.assigned}}
 
<strong>
Due
</strong>
: {{page.assigned}}
{% endif %}
{% endif %}
</div>
</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