From 1a01d3f9ec15a3897187df231010a39aaa82c609 Mon Sep 17 00:00:00 2001 From: divyabaid16 Date: Mon, 27 May 2019 17:41:00 +0530 Subject: [PATCH] basic ui for image ordering --- app/views/images/_index.html.erb | 42 +++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/app/views/images/_index.html.erb b/app/views/images/_index.html.erb index 6f9c58bc7..e71bbca9e 100644 --- a/app/views/images/_index.html.erb +++ b/app/views/images/_index.html.erb @@ -1,4 +1,15 @@ -

Images

+
+

Images

+
+ + +
+
<% if @map.warpables.empty? %>

No images uploaded.

<%end%> @@ -70,3 +81,32 @@ <% end %> +