From a481b727d9bfa98fdf24a056216d0a3cc78694f9 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sun, 17 Apr 2016 20:11:46 +0200 Subject: Begin ... --- client/partials/image/edit.html | 67 ++++++++++++++++++++++++++++++++++++++++ client/partials/image/image.html | 57 ++++++++++++++++++---------------- 2 files changed, 97 insertions(+), 27 deletions(-) create mode 100644 client/partials/image/edit.html (limited to 'client') diff --git a/client/partials/image/edit.html b/client/partials/image/edit.html new file mode 100644 index 0000000..be96051 --- /dev/null +++ b/client/partials/image/edit.html @@ -0,0 +1,67 @@ + diff --git a/client/partials/image/image.html b/client/partials/image/image.html index 886a11d..43f1855 100644 --- a/client/partials/image/image.html +++ b/client/partials/image/image.html @@ -6,33 +6,36 @@
- -
- - -
-

- - - - - - - - - - - - - - - - -
NameSizeAction
{{ image.name }}{{ (image.size / 1048576).toFixed(2) }} MB
- - - - + +
+ + +
+

+ + + + + + + + + + + + + + + + +
NameSizeAction
{{ image.name}}{{ (image.size / 1048576).toFixed(2)}} MB + + +
+ + + +
-- cgit v1.2.3