Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
1ca14aa5
Commit
1ca14aa5
authored
Apr 19, 2022
by
Wanigasinghe N.T. | IT18229912
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/it18229912' into 'develop'
style: Add breadcumb for slide checker See merge request
!40
parents
14f1e065
08443cf8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Presently/presently/users/templates/users/colourcube.html
Presently/presently/users/templates/users/colourcube.html
+7
-1
Presently/presently/users/templates/users/slidecheckerdashboard.html
...resently/users/templates/users/slidecheckerdashboard.html
+1
-7
No files found.
Presently/presently/users/templates/users/colourcube.html
View file @
1ca14aa5
...
@@ -3,7 +3,13 @@
...
@@ -3,7 +3,13 @@
{% block content %}
{% block content %}
<link
rel=
"stylesheet"
href=
"{% static 'users/assets/css/main.css' %}"
type=
"text/css"
>
<link
rel=
"stylesheet"
href=
"{% static 'users/assets/css/main.css' %}"
type=
"text/css"
>
<nav
aria-label=
"breadcrumb mt-4"
>
<ol
class=
"breadcrumb"
>
<li
class=
"breadcrumb-item"
><a
href=
"{% url 'home' %}"
>
Home
</a></li>
<li
class=
"breadcrumb-item"
><a
href=
"{% url 'feedback' %}"
>
Dashboard
</a></li>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
>
Color Cube Accuracy
</li>
</ol>
</nav>
<main
class=
"l__main p__main container"
>
<main
class=
"l__main p__main container"
>
<article
class=
"l__max u__space__outer"
>
<article
class=
"l__max u__space__outer"
>
...
...
Presently/presently/users/templates/users/slidecheckerdashboard.html
View file @
1ca14aa5
...
@@ -3,13 +3,7 @@
...
@@ -3,13 +3,7 @@
{% block content %}
{% block content %}
<div
class=
"container"
>
<div
class=
"container"
>
<nav
aria-label=
"breadcrumb mt-4"
>
<ol
class=
"breadcrumb"
>
<li
class=
"breadcrumb-item"
><a
href=
"{% url 'home' %}"
>
Home
</a></li>
<li
class=
"breadcrumb-item"
><a
href=
"{% url 'feedback' %}"
>
Dashboard
</a></li>
<li
class=
"breadcrumb-item active"
aria-current=
"page"
>
Emotion-predictions(Video)
</li>
</ol>
</nav>
<div
class=
"heading-text heading-line text-center mt-5"
>
<div
class=
"heading-text heading-line text-center mt-5"
>
<h4>
Slide Quality Checker
</h4>
<h4>
Slide Quality Checker
</h4>
</div>
</div>
...
...
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