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
ab53122e
Commit
ab53122e
authored
Jan 13, 2016
by
Matthew Taylor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #320 from mewtaylor/issue/gh-297-credits-link
Fix credits link
parents
4821383d
f00d07b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
src/views/about/about.jsx
src/views/about/about.jsx
+12
-4
No files found.
src/views/about/about.jsx
View file @
ab53122e
...
...
@@ -81,10 +81,18 @@ var About = React.createClass({
<
h2
><
FormattedMessage
id=
'about.learnMore'
/></
h2
>
<
p
>
<
ul
className=
"list"
>
<
li
><
a
href=
"/help"
><
FormattedMessage
id=
'about.learnMoreHelp'
/></
a
></
li
>
<
li
><
a
href=
"/info/faq"
><
FormattedMessage
id=
'about.learnMoreFaq'
/></
a
></
li
>
<
li
><
a
href=
"/parents"
><
FormattedMessage
id=
'about.learnMoreParents'
/></
a
></
li
>
<
li
><
a
href=
"/credits"
><
FormattedMessage
id=
'about.learnMoreCredits'
/></
a
></
li
>
<
li
>
<
a
href=
"/help"
><
FormattedMessage
id=
'about.learnMoreHelp'
/></
a
>
</
li
>
<
li
>
<
a
href=
"/info/faq"
><
FormattedMessage
id=
'about.learnMoreFaq'
/></
a
>
</
li
>
<
li
>
<
a
href=
"/parents"
><
FormattedMessage
id=
'about.learnMoreParents'
/></
a
>
</
li
>
<
li
>
<
a
href=
"/info/credits"
><
FormattedMessage
id=
'about.learnMoreCredits'
/></
a
>
</
li
>
</
ul
>
</
p
>
</
li
>
...
...
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