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
27e0612e
Unverified
Commit
27e0612e
authored
Dec 06, 2018
by
Paul Kaplan
Committed by
GitHub
Dec 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2401 from paulkaplan/admin-share-banner
Allow admins to see share banner
parents
b9b90ae6
b481ae7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/views/preview/project-view.jsx
src/views/preview/project-view.jsx
+1
-1
No files found.
src/views/preview/project-view.jsx
View file @
27e0612e
...
@@ -472,7 +472,7 @@ class Preview extends React.Component {
...
@@ -472,7 +472,7 @@ class Preview extends React.Component {
canReport=
{
this
.
props
.
canReport
}
canReport=
{
this
.
props
.
canReport
}
canRestoreComments=
{
this
.
props
.
isAdmin
}
canRestoreComments=
{
this
.
props
.
isAdmin
}
canSave=
{
this
.
props
.
canSave
}
canSave=
{
this
.
props
.
canSave
}
canShare=
{
this
.
props
.
canShare
}
canShare=
{
this
.
props
.
canShare
||
this
.
props
.
isAdmin
}
canUseBackpack=
{
this
.
props
.
canUseBackpack
}
canUseBackpack=
{
this
.
props
.
canUseBackpack
}
cloudHost=
{
this
.
props
.
cloudHost
}
cloudHost=
{
this
.
props
.
cloudHost
}
comments=
{
this
.
props
.
comments
}
comments=
{
this
.
props
.
comments
}
...
...
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