Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
7918fe45
Commit
7918fe45
authored
Oct 16, 2018
by
Zach Osman
Browse files
Small style changes
parent
4fbd3293
Pipeline
#3245
passed with stage
in 1 minute and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go_ahead/src/Components/Pages/DhaynesPage.js
View file @
7918fe45
...
...
@@ -3,7 +3,6 @@ import React from 'react';
import
{
PageTemplate
}
from
'
Components
'
;
export
default
class
DhaynesPage
extends
React
.
Component
{
state
=
{};
render
()
{
return
(
<
PageTemplate
page
=
{
'
dhaynes
'
}
>
...
...
go/go_ahead/src/Components/Pages/HomePage.js
View file @
7918fe45
...
...
@@ -3,7 +3,6 @@ import React from 'react';
import
{
PageTemplate
}
from
'
Components
'
;
export
default
class
HomePage
extends
React
.
Component
{
state
=
{};
render
()
{
return
(
<
PageTemplate
page
=
{
'
home
'
}
>
...
...
go/go_ahead/templates/index.html
View file @
7918fe45
...
...
@@ -14,8 +14,8 @@
</body>
<script
src=
"static/main.js"
></script>
<script
src=
"https://srct.gmu.io/masonstrap/js/masonstrap.min.js"
></script>
<link
rel=
"stylesheet"
href=
"https://srct.gmu.io/masonstrap/css/masonstrap.min.css"
rel=
"stylesheet"
>
...
...
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