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
c433a669
Commit
c433a669
authored
Feb 13, 2019
by
David Haynes
🙆
Browse files
Fixing git / CI
parent
6345f07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go_ahead/src/Components/Pages/NewGoLinkPage2.jsx
0 → 100644
View file @
c433a669
import
React
from
"
react
"
;
import
AuthedPageTemplate
from
"
../Templates/AuthedPageTemplate
"
;
import
NewGolinkForm
from
"
../Organisms/NewGoLinkForm
"
;
const
NewGoLinkPage
=
props
=>
{
return
(
<
AuthedPageTemplate
>
<
h2
className
=
"mt-4 font-weight-light"
>
Create a new Go link
</
h2
>
<
p
className
=
"text-muted"
>
A Go link is composed of the original "target" URL, and the shortcode to
be used in the Go link.
</
p
>
<
legend
/>
<
NewGolinkForm
/>
</
AuthedPageTemplate
>
);
};
export
default
NewGoLinkPage
;
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