When editing a file in single-file editor improve UX of repository link
When editing a file in single-file editor, we show the breadcrumbs as: ![Screenshot_2022-01-28_at_10.41.23](/uploads/dd3dfa337d067c03961bb5b279c1f45a/Screenshot_2022-01-28_at_10.41.23.png) We're on `CHANGELOG.md` file, however, this is not reflected in the breadcrumbs. Yes, we show the file name, but the problem is that the word `Repository` in the breadcrumbs is linked to the current page we're at (the edit form) which is useless. Considering that the project's name is the link to the repository anyway, I would propose to replace the word `Repository` with the file name and remove anchor from it to have it in plain text ![Screenshot_2022-01-28_at_10.48.24](/uploads/ec735e477d795ed3e216f0604eceba17/Screenshot_2022-01-28_at_10.48.24.png)
issue