Show tags which contain a given commit in their own metadata row on the commit page widget
Related to gitlab-ce#25998 Currently when you visit a commit page, the list of branches in which the commit appears will be loaded in via ajax but it can often be somewhat large. ![Screen_Shot_2016-12-22_at_12.12.20_PM_copy](/uploads/fd39c4c39a9df6e46d33f68f2f950243/Screen_Shot_2016-12-22_at_12.12.20_PM_copy.png) ![Screen_Shot_2016-12-22_at_12.12.37_PM_copy](/uploads/da0bfa2518bbe1175af308d152b4001e/Screen_Shot_2016-12-22_at_12.12.37_PM_copy.png) I propose we move the tags into their own separate row and automatically display the oldest tag (this is usually the most pertinent): ![updated](/uploads/8a4b3eac628900a8ecc86863c4b1a994/updated.png) Now I can see at a glance that this commit's first inclusion in a release was `v8.15.0-rc1`.
issue