Commit c5e57aa8 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'add-title-attribute-to-file-row' into 'master'

add title attr to display file name

See merge request gitlab-org/gitlab-ce!25154
parents 6cbffb8a ad487147
......@@ -136,6 +136,7 @@ export default {
<div
v-else
:class="fileClass"
:title="file.name"
class="file-row"
role="button"
@click="clickFile"
......
---
title: add title attribute to display file name
merge_request: 25154
author: Satoshi Nakamatsu @satoshicano
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment