Skip to content

Link to blob edit from tree view with row on hover visible links [Awaiting developper feedback]

Created by: cirosantilli

So as to not clutter the UI, the link only appears when you hover the row for the given file:

screenshot from 2014-11-17 17 19 25 row hover

When you hover the edit icon, it becomes larger:

screenshot from 2014-11-17 17 19 37 icon hover

The links take up little space, and disappear completely on xs screens.

The only part missing is to determine if the blob is text or not to determine if the button should or not be shown: this should be done on the same AJAX request that gets the commit data so as to not halt page loading.

Merge request reports