An error occurred while fetching the assigned iteration of the selected issue.
GitLab advises to push to other users' empty repositories
If I visit another user's empty repository, GitLab advises me on such things as cloning it, pushing a README, and pushing existing source to it. It shouldn't really tell about any of those.
Issue #3094 (closed) dealt with something like this, but rather than fixing it, the empty.html.haml view was changed to still show the instructions to anyone who can download the repo. A partial fix to actually check for push access was inexplicably including in a change meant to fix the padding (commit 9ea7243), but even that still left the code snippets themselves visible to virtually everyone, rather than just those with push access.