Open the file at the commented line in the Web IDE from the comment in the MR
### Problem to solve
When I address a comment in a MR related to a specific line of one of the changed files, I have to:
1. read the comment
1. change the view to the **changes** tab
1. click to edit the file
1. search the right line related to the comment
This takes a lot of time, and could be simpler if I have an automated way to do it.
### Proposal
Add an **Edit** button for each command that is related to a line in a file, that will open the file in the Web IDE to that specific line so that I can resolve the feedback
### What does success look like, and how can we measure that?
In a comment, I click on the button and I can immediately modify that line of code.
issue