Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
undergrad-accessibility-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor 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
teaching-materials
undergrad-accessibility-website
Merge requests
!18
AS1 update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
AS1 update
week1-jen
into
UACCESS-23fa
Overview
0
Commits
6
Pipelines
0
Changes
6
Merged
AS1 update
Jennifer Mankoff
requested to merge
week1-jen
into
UACCESS-23fa
Sep 28, 2023
Overview
0
Commits
6
Pipelines
0
Changes
6
0
0
Merge request reports
Viewing commit
c5885d29
Prev
Next
Show latest version
6 files
+
33
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
c5885d29
Updated assignments
· c5885d29
Jennifer Mankoff
authored
Sep 28, 2023
_layouts/assignment.html
+
4
−
4
View file @ 8470df79
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,25 +26,25 @@
<div
id=
"due dates"
>
{% if page.assigned.size > 1 %}
<
strong
>
Assigned
</
strong
>
<
h2
>
Assigned
</
h2
>
<ul>
{% for day in page.assigned %}
<li>
{{day}}
</li>
{% endfor %}
</ul>
{% else %}
<
strong
>
Assigned
</
strong
>
: {{page.assigned}}
<
h2
>
Assigned
</
h2
>
: {{page.assigned}}
{% endif %}
{% if page.due.size > 1 %}
<br>
<
strong>
Due
</strong
>
<br>
<
h2>
Due
</h2
>
<ul>
{% for day in page.due %}
<li>
{{day}}
</li>
{% endfor %}
</ul>
{% else %}
 
<
strong>
Due
</strong
>
: {{page.assigned}}
 
<
h2>
Due
</h2
>
: {{page.assigned}}
{% endif %}
</div>
Loading