add title attr to display file name

This commit is contained in:
Satoshi Nakamatsu 2019-02-13 12:42:29 +00:00 committed by Annabel Dunstone Gray
parent 6cbffb8aad
commit ad487147c6
2 changed files with 6 additions and 0 deletions

View File

@ -136,6 +136,7 @@ export default {
<div
v-else
:class="fileClass"
:title="file.name"
class="file-row"
role="button"
@click="clickFile"

View File

@ -0,0 +1,5 @@
---
title: add title attribute to display file name
merge_request: 25154
author: Satoshi Nakamatsu @satoshicano
type: added