File in repository is not able to change in web editor on phone
Summary
On phone there is not icon to open editor
Steps to reproduce
In web interface, open project -> repository -> open some file. There should be icon to open editor where user can edit file and commit changes.
Expected behavior
There should be icon to open editor where user can edit file and commit changes.
Actual behavior
There is not icon to open file.
Relevant logs and/or screenshots
Output of checks
Results of GitLab application Check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)
(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)
(we will only investigate if the tests are passing)
Results of GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:env:info
)
(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)