Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
791b4c7c
Commit
791b4c7c
authored
Jul 12, 2021
by
Zoë Bentley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
15ad33aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
src/views/sec/sec.jsx
src/views/sec/sec.jsx
+10
-10
No files found.
src/views/sec/sec.jsx
View file @
791b4c7c
...
...
@@ -2,8 +2,8 @@ const FormattedMessage = require('react-intl').FormattedMessage;
const
React
=
require
(
'
react
'
);
const
FlexRow
=
require
(
'
../../components/flex-row/flex-row.jsx
'
);
const
Button
=
require
(
'
../../components/forms/button.jsx
'
);
const
SubNavigation
=
require
(
'
../../components/subnavigation/subnavigation.jsx
'
);
//
const Button = require('../../components/forms/button.jsx');
//
const SubNavigation = require('../../components/subnavigation/subnavigation.jsx');
const
TitleBanner
=
require
(
'
../../components/title-banner/title-banner.jsx
'
);
const
render
=
require
(
'
../../lib/render.jsx
'
);
...
...
@@ -21,7 +21,7 @@ const EducationCollaborative = () => (
<
FormattedMessage
id=
"sec.title"
/>
</
h1
>
<
p
className=
"title-banner-p intro"
>
<
FormattedMessage
id=
"sec.intro"
/>
|
<
FormattedMessage
id=
"sec.yearRange"
/>
<
FormattedMessage
id=
"sec.intro"
/>
|
<
FormattedMessage
id=
"sec.yearRange"
/>
</
p
>
</
div
>
<
img
...
...
@@ -703,7 +703,7 @@ const EducationCollaborative = () => (
<
div
className=
"long"
>
<
h1
><
FormattedMessage
id=
"sec.title"
/></
h1
>
<
p
className=
"title-banner-p intro"
>
<
FormattedMessage
id=
"sec.partnerOrgsTitle"
/>
|
<
FormattedMessage
id=
"sec.yearRange"
/>
<
FormattedMessage
id=
"sec.partnerOrgsTitle"
/>
|
<
FormattedMessage
id=
"sec.yearRange"
/>
</
p
>
</
div
>
<
img
...
...
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