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
1aa59eda
Commit
1aa59eda
authored
Jan 08, 2021
by
seotts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove use of FormattedHTMLMessage
parent
eaaee5db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
13 deletions
+12
-13
src/views/annual-report/annual-report.jsx
src/views/annual-report/annual-report.jsx
+12
-13
No files found.
src/views/annual-report/annual-report.jsx
View file @
1aa59eda
...
...
@@ -2,7 +2,6 @@ const bindAll = require('lodash.bindall');
const
classNames
=
require
(
'
classnames
'
);
const
React
=
require
(
'
react
'
);
const
MediaQuery
=
require
(
'
react-responsive
'
).
default
;
const
FormattedHTMLMessage
=
require
(
'
react-intl
'
).
FormattedHTMLMessage
;
const
FormattedMessage
=
require
(
'
react-intl
'
).
FormattedMessage
;
const
injectIntl
=
require
(
'
react-intl
'
).
injectIntl
;
const
intlShape
=
require
(
'
react-intl
'
).
intlShape
;
...
...
@@ -1994,11 +1993,11 @@ class AnnualReport extends React.Component {
<
FormattedMessage
id=
"annualReport.supportersTitle"
/>
</
h2
>
<
p
>
<
Formatted
HTML
Message
id=
"annualReport.supportersIntro"
/>
<
FormattedMessage
id=
"annualReport.supportersIntro"
/>
</
p
>
</
div
>
<
div
className=
"subsection-tag"
>
<
Formatted
HTML
Message
id=
"annualReport.supportersSpotlightTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersSpotlightTitle"
/>
</
div
>
<
div
className=
"supporters-subsection"
>
<
div
className=
"supporters-blurb"
>
...
...
@@ -2033,53 +2032,53 @@ class AnnualReport extends React.Component {
<
div
className=
"supporters-subsection supporters-lists"
>
<
div
className=
"supporters-blurb"
>
<
h4
>
<
Formatted
HTML
Message
id=
"annualReport.supportersThankYou"
/>
<
FormattedMessage
id=
"annualReport.supportersThankYou"
/>
</
h4
>
<
p
>
<
Formatted
HTML
Message
id=
"annualReport.supportersAllDescription"
/>
<
FormattedMessage
id=
"annualReport.supportersAllDescription"
/>
</
p
>
<
p
className=
"founding-partners-blurb"
>
<
Formatted
HTML
Message
id=
"annualReport.supportersFoundingDescription"
/>
<
FormattedMessage
id=
"annualReport.supportersFoundingDescription"
/>
</
p
>
</
div
>
<
div
className=
"supporters-level"
>
<
h5
>
<
Formatted
HTML
Message
id=
"annualReport.supportersFoundingTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersFoundingTitle"
/>
</
h5
>
<
hr
/>
{
createSupportersLists
(
Supporters
.
founding
)
}
</
div
>
<
div
className=
"supporters-level"
>
<
h5
>
<
Formatted
HTML
Message
id=
"annualReport.supportersCreativityTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersCreativityTitle"
/>
</
h5
>
<
hr
/>
{
createSupportersLists
(
Supporters
.
creativity
)
}
</
div
>
<
div
className=
"supporters-level"
>
<
h5
>
<
Formatted
HTML
Message
id=
"annualReport.supportersCollaborationTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersCollaborationTitle"
/>
</
h5
>
<
hr
/>
{
createSupportersLists
(
Supporters
.
collaboration
)
}
</
div
>
<
div
className=
"supporters-level"
>
<
h5
>
<
Formatted
HTML
Message
id=
"annualReport.supportersImaginationTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersImaginationTitle"
/>
</
h5
>
<
hr
/>
{
createSupportersLists
(
Supporters
.
imagination
)
}
</
div
>
<
div
className=
"supporters-level"
>
<
h5
>
<
Formatted
HTML
Message
id=
"annualReport.supportersInspirationTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersInspirationTitle"
/>
</
h5
>
<
hr
/>
{
createSupportersLists
(
Supporters
.
inspiration
)
}
</
div
>
<
div
className=
"supporters-level"
>
<
h5
>
<
Formatted
HTML
Message
id=
"annualReport.supportersExplorationTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersExplorationTitle"
/>
</
h5
>
<
hr
/>
{
createSupportersLists
(
Supporters
.
exploration
)
}
...
...
@@ -2088,7 +2087,7 @@ class AnnualReport extends React.Component {
<
div
className=
"supporters-subsection supporters-lists"
>
<
div
className=
"supporters-level"
>
<
h3
>
<
Formatted
HTML
Message
id=
"annualReport.supportersInKindTitle"
/>
<
FormattedMessage
id=
"annualReport.supportersInKindTitle"
/>
</
h3
>
{
createSupportersLists
(
Supporters
.
inKind
)
}
</
div
>
...
...
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