Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_princessgabi
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
Ysabella Panghulan
midterm_princessgabi
Commits
1cd32955
Commit
1cd32955
authored
May 13, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edited links class in forum.html
parent
80ad2265
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
forum.html
widget_princessgabi/forum/templates/forum/forum.html
+6
-6
No files found.
widget_princessgabi/forum/templates/forum/forum.html
View file @
1cd32955
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<div
class=
"main"
>
<div
class=
"main"
>
<h2>
Forum posts:
</h2>
<h2>
Forum posts:
</h2>
<div
class=
"list"
>
<div
class=
"list"
>
<
u
l>
<
o
l>
{% for post in forumposts %}
{% for post in forumposts %}
<li>
<li>
<a
href=
"{{ post.get_absolute_url }}"
>
<a
href=
"{{ post.get_absolute_url }}"
>
...
@@ -26,16 +26,16 @@
...
@@ -26,16 +26,16 @@
</a>
</a>
</li>
</li>
{% endfor %}
{% endfor %}
</
u
l>
</
o
l>
</div>
</div>
<a
href=
"../forumposts/add/"
class=
"add-btn"
><i
class=
"fa fa-plus"
></i>
New Post
</a>
<a
href=
"../forumposts/add/"
class=
"add-btn"
><i
class=
"fa fa-plus"
></i>
New Post
</a>
</div>
</div>
{% endblock %}
{% endblock %}
<div
class=
"links"
>
<div
class=
"links"
>
<a
href=
"../dashboard/"
>
Dashboard
</a>
<a
href=
"../dashboard/"
class=
"btn-primary"
>
Dashboard
</a>
<a
href=
"../announcements/"
>
Announcement Board
</a>
<a
href=
"../announcements/"
class=
"btn-primary"
>
Announcement Board
</a>
<a
href=
"../assignments/"
>
Assignments
</a>
<a
href=
"../assignments/"
class=
"btn-primary"
>
Assignments
</a>
<a
href=
"../calendar/"
>
Calendar
</a>
<a
href=
"../calendar/"
class=
"btn-primary"
>
Calendar
</a>
</div>
</div>
{% endblock %}
{% endblock %}
\ No newline at end of file
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