aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views
diff options
context:
space:
mode:
authorMarvin Borner2019-04-15 15:20:53 +0200
committerMarvin Borner2019-04-15 15:20:53 +0200
commit7ec0252d24e068fd63fe2dc35c8d1364dc58dba9 (patch)
tree028442843d75da7223a094f75ddc8737b8671647 /src/main/resources/views
parent481426f28b548ba64097895d0604585e6f722480 (diff)
Added ionicons icons
Diffstat (limited to 'src/main/resources/views')
-rw-r--r--src/main/resources/views/files.rocker.html4
-rw-r--r--src/main/resources/views/layout.rocker.html1
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">&times;</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">&times;</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>