Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_casanatics
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
John Aidan Vincent M. Ng
midterm_casanatics
Commits
67a092b6
Commit
67a092b6
authored
May 12, 2023
by
justin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flair: added class names to nav links for easier styling
parent
f5336124
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
23 deletions
+27
-23
announcements.html
...ent_board/templates/announcement_board/announcements.html
+9
-8
calendar.html
...anatics/calendar_app/templates/calendar_app/calendar.html
+7
-6
dashboard.html
...t_casanatics/dashboard/templates/dashboard/dashboard.html
+5
-5
forum.html
widget_casanatics/forum/templates/forum/forum.html
+6
-4
No files found.
widget_casanatics/announcement_board/templates/announcement_board/announcements.html
View file @
67a092b6
...
@@ -16,15 +16,16 @@
...
@@ -16,15 +16,16 @@
{% endfor %}
{% endfor %}
</ul>
</ul>
<br>
<br
/
>
<form
action=
"./add"
>
<form
action=
"./add"
>
<button
type=
"Submit"
>
New Announcement
</button>
<button
type=
"Submit"
>
New Announcement
</button>
</form>
</form>
<br>
<br/>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<br>
<div
class=
"nav-bar"
>
<a
href=
"../forum/"
>
Forum
</a>
<br>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<br/>
<a
href=
"../assignments/"
>
Assignments
</a>
<br>
<a
href=
"../forum/"
>
Forum
</a>
<br/>
<a
href=
"../calendar/"
>
Calendar
</a>
<br>
<a
href=
"../assignments/"
>
Assignments
</a>
<br/>
<a
href=
"../calendar/"
>
Calendar
</a>
<br/>
</div>
{% endblock %}
{% endblock %}
widget_casanatics/calendar_app/templates/calendar_app/calendar.html
View file @
67a092b6
...
@@ -14,10 +14,11 @@
...
@@ -14,10 +14,11 @@
<button
type=
"Submit"
>
New Activity
</button>
<button
type=
"Submit"
>
New Activity
</button>
</form>
</form>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<br>
<div
class=
"nav-bar"
>
<a
href=
"../announcements/"
>
Announcements
</a>
<br>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<br/>
<a
href=
"../forum/"
>
Forum
</a>
<br>
<a
href=
"../announcements/"
>
Announcements
</a>
<br/>
<a
href=
"../assignments/"
>
Assignments
</a>
<br>
<a
href=
"../forum/"
>
Forum
</a>
<br/>
<a
href=
"../assignments/"
>
Assignments
</a>
<br/>
</div>
{% endblock %}
{% endblock %}
widget_casanatics/dashboard/templates/dashboard/dashboard.html
View file @
67a092b6
...
@@ -13,10 +13,10 @@
...
@@ -13,10 +13,10 @@
<form
action=
"../widgetusers/add"
>
<form
action=
"../widgetusers/add"
>
<button
type=
"Submit"
>
Add Widget User
</button>
<button
type=
"Submit"
>
Add Widget User
</button>
</form>
</form>
<div
class=
"
links
"
>
<div
class=
"
nav-bar
"
>
<a
href=
"../announcements"
>
Announcements
</a>
<a
href=
"../announcements"
>
Announcements
</a>
<br/>
<a
href=
"../forum"
>
Forum
</a>
<a
href=
"../forum"
>
Forum
</a>
<br/>
<a
href=
"../assignments"
>
Assignments
</a>
<a
href=
"../assignments"
>
Assignments
</a>
<br/>
<a
href=
"../calendar"
>
Calendar
</a>
<a
href=
"../calendar"
>
Calendar
</a>
<br/>
</div>
</div>
{% endblock %}
{% endblock %}
widget_casanatics/forum/templates/forum/forum.html
View file @
67a092b6
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
<button
type=
"Submit"
>
New Post
</button>
<button
type=
"Submit"
>
New Post
</button>
</form>
</form>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<br>
<div
class=
"nav-bar"
>
<a
href=
"../announcements/"
>
Announcements
</a>
<br>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<br/>
<a
href=
"../assignments/"
>
Assignments
</a>
<br>
<a
href=
"../announcements/"
>
Announcements
</a>
<br/>
<a
href=
"../calendar/"
>
Calendar
</a>
<br>
<a
href=
"../assignments/"
>
Assignments
</a>
<br/>
<a
href=
"../calendar/"
>
Calendar
</a>
<br/>
</div>
{% endblock %}
{% endblock %}
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