diff options
Diffstat (limited to 'src/main/resources/views')
-rw-r--r-- | src/main/resources/views/files.rocker.html | 4 | ||||
-rw-r--r-- | src/main/resources/views/layout.rocker.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html index a50c0b2..02f32af 100644 --- a/src/main/resources/views/files.rocker.html +++ b/src/main/resources/views/files.rocker.html @@ -39,7 +39,7 @@ <td>@fileArray[1]</td> <td>@fileArray[2]</td> <td> - <button class="delete">×</button> + <button class="delete"><i class="icon ion-md-trash"></i></button> </td> </tr> } else { @@ -48,7 +48,7 @@ <td>@fileArray[1]</td> <td>@fileArray[2]</td> <td> - <button class="delete">×</button> + <button class="delete"><i class="icon ion-md-trash"></i></button> </td> </tr> } diff --git a/src/main/resources/views/layout.rocker.html b/src/main/resources/views/layout.rocker.html index bfd2206..f292e24 100644 --- a/src/main/resources/views/layout.rocker.html +++ b/src/main/resources/views/layout.rocker.html @@ -7,6 +7,7 @@ <meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" name="viewport"> <meta content="ie=edge" http-equiv="X-UA-Compatible"> + <link href="/css/icons.css" rel="stylesheet"> <link href="/css/layout.css" rel="stylesheet"> @css <title>@title</title> |