diff options
Diffstat (limited to 'views/partials/files.ejs')
| -rw-r--r-- | views/partials/files.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/files.ejs b/views/partials/files.ejs index 72c39af..ec61fe2 100644 --- a/views/partials/files.ejs +++ b/views/partials/files.ejs @@ -2,7 +2,7 @@ <script class="template" type="text/html"> <tr class="file"> <td> - <a href="{{link}}" class="file">{{filename}}</a> + <a href="{{link}}" title="{{id}}" class="file">{{filename}}</a> </td> <td class="{{date_class}}"> {{date}} |
