diff options
Diffstat (limited to 'src/main/resources/views/files.rocker.html')
-rw-r--r-- | src/main/resources/views/files.rocker.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html index acbe812..0e42891 100644 --- a/src/main/resources/views/files.rocker.html +++ b/src/main/resources/views/files.rocker.html @@ -35,6 +35,7 @@ <th data-asc="true">Name</th> <th data-asc="true">Size</th> <th data-asc="true">Last modified</th> + <th data-asc="true">Share</th> <th data-asc="true">Delete</th> </tr> <tr data-href="../"> @@ -42,6 +43,7 @@ <td></td> <td></td> <td></td> + <td></td> </tr> </thead> @@ -56,6 +58,9 @@ <td data-size="@fileArray[4]">@fileArray[1]</td> <td data-date="@fileArray[5]">@fileArray[2]</td> <td> + <button class="share"><i class="icon ion-md-share"></i></button> + </td> + <td> <button class="delete"><i class="icon ion-md-trash"></i></button> </td> </tr> |