Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
zesje
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Réouven ASSOULY
zesje
Commits
9ade2600
Commit
9ade2600
authored
7 years ago
by
Thomas Roos
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup new html code in students page
parent
e4fdb659
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/views/Students.js
+33
-44
33 additions, 44 deletions
client/views/Students.js
with
33 additions
and
44 deletions
client/views/Students.js
+
33
−
44
View file @
9ade2600
...
...
@@ -7,14 +7,14 @@ import test_image from '../student.jpg';
const
CheckStudents
=
()
=>
{
return
(
<
div
>
<
div
>
<
NavBar
/>
<
Hero
title
=
'
Match Students
'
subtitle
=
'
Who made what?
'
/>
<
NavBar
/>
<
Hero
title
=
'
Match Students
'
subtitle
=
'
Who made what?
'
/>
<
section
className
=
"
section
"
>
<
section
className
=
"
section
"
>
<
div
className
=
"
container
"
>
...
...
@@ -38,10 +38,10 @@ const CheckStudents = () => {
<
/div
>
<
div
class
=
"
columns
"
>
<
div
class
=
"
columns
"
>
<
div
class
=
"
column is-one-quarter
"
>
<
nav
class
=
"
panel
"
>
<
div
class
=
"
column is-one-quarter
"
>
<
nav
class
=
"
panel
"
>
<
p
class
=
"
panel-heading
"
>
Students
<
/p
>
...
...
@@ -103,56 +103,45 @@ const CheckStudents = () => {
<
/button
>
<
/div
>
<
/nav
>
<
/div
>
<
/div
>
<
div
class
=
"
column
"
>
<
div
class
=
"
column
"
>
<
div
class
=
"
columns
"
>
<
div
class
=
"
column
"
>
<
div
class
=
"
buttons is-right
"
>
<
a
class
=
"
button is-info is-rounded
"
>
Previous
<
/a
>
<
div
class
=
"
columns
"
>
<
div
class
=
"
column
"
>
<
div
class
=
"
buttons is-right
"
>
<
a
class
=
"
button is-info is-rounded
"
>
Previous
<
/a
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
column is-2
"
>
<
input
class
=
"
input is-rounded has-text-centered
"
type
=
"
number
"
min
=
"
0
"
step
=
"
1
"
placeholder
=
"
Submission ID
"
value
=
"
1465
"
/
>
<
/div
>
<
div
class
=
"
column
"
>
<
div
class
=
"
button
s is-left
"
>
<
a
class
=
"
button is-info is-rounded
"
>
Next
<
/a
>
<
div
class
=
"
column is-2
"
>
<
input
class
=
"
input is-rounded has-text-centered
"
type
=
"
number
"
min
=
"
0
"
step
=
"
1
"
placeholder
=
"
Submission ID
"
value
=
"
1465
"
/>
<
/div
>
<
div
class
=
"
column
"
>
<
div
class
=
"
buttons is-left
"
>
<
a
class
=
"
button
is-info is-rounded
"
>
Next
<
/a
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
p
class
=
"
box
"
>
<
img
src
=
{
test_image
}
/
>
<
/p
>
<
p
class
=
"
box
"
>
<
img
src
=
{
test_image
}
/
>
<
/p
>
<
/div
>
<
/div
>
{
/*
<div className="container">
<div className="columns">
<div className="column is-one-fifth">
<p className="bd-notification is-warning">students search and select</p>
<
/div
>
<div className="column">exams stuff</div>
<
/div
>
</div>
*/
}
<
/div
>
<
/section
>
<
/section
>
<
Footer
/>
<
Footer
/>
<
/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