Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
go
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
21
Issues
21
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
go
Commits
7918fe45
Commit
7918fe45
authored
Oct 16, 2018
by
Zach Osman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
go/go_ahead/src/Components/Pages/DhaynesPage.js
go/go_ahead/src/Components/Pages/DhaynesPage.js
+0
-1
go/go_ahead/src/Components/Pages/HomePage.js
go/go_ahead/src/Components/Pages/HomePage.js
+0
-1
go/go_ahead/templates/index.html
go/go_ahead/templates/index.html
+1
-1
No files found.
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