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
db312009
Commit
db312009
authored
May 29, 2018
by
chrisgarrity
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lint and don’t duplicate the ‘other’ string
parent
c6f197f5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
src/components/modal/report/modal.jsx
src/components/modal/report/modal.jsx
+1
-1
src/l10n.json
src/l10n.json
+0
-1
src/views/preview/preview.scss
src/views/preview/preview.scss
+1
-2
No files found.
src/components/modal/report/modal.jsx
View file @
db312009
...
...
@@ -128,7 +128,7 @@ class ReportModal extends React.Component {
},
{
value
:
'
6
'
,
label
:
this
.
props
.
intl
.
formatMessage
({
id
:
'
report.reasonO
ther
'
})
label
:
this
.
props
.
intl
.
formatMessage
({
id
:
'
general.o
ther
'
})
}
]
}
value=
{
this
.
state
.
reason
}
...
...
src/l10n.json
View file @
db312009
...
...
@@ -171,7 +171,6 @@
"report.reasonMusic"
:
"Inappropriate Music"
,
"report.reasonImage"
:
"Inappropriate Images"
,
"report.reasonPersonal"
:
"Sharing Personal Contact Information"
,
"report.reasonOther"
:
"Other"
,
"report.promptPlaceholder"
:
"Select a reason why above."
,
"report.promptCopy"
:
"Please provide a link to the original project"
,
"report.promptUncredited"
:
"Please provide links to the uncredited content"
,
...
...
src/views/preview/preview.scss
View file @
db312009
...
...
@@ -296,9 +296,8 @@ $description-input-small: 120px; // normal $description-input - $remix-credit
}
.stats
{
// width: $stage-width;
justify-content
:
flex-start
;
line-height
:
2rem
;
justify-content
:
flex-start
;
}
.project-loves
,
...
...
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