From 0a9e47d296a53cbfa74fb6cb6f12a43f455deef3 Mon Sep 17 00:00:00 2001 From: Sai Voleti <56333951+saivoleti17@users.noreply.github.com> Date: Mon, 14 Oct 2019 05:57:59 +0530 Subject: [PATCH] Delete _list.html.erb Hi, Deleted the file as per Todo given for #1086 --- app/views/maps/_list.html.erb | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 app/views/maps/_list.html.erb diff --git a/app/views/maps/_list.html.erb b/app/views/maps/_list.html.erb deleted file mode 100644 index e94f69aa2..000000000 --- a/app/views/maps/_list.html.erb +++ /dev/null @@ -1,31 +0,0 @@ -
- - <% if map.warpables.length > 0 %> - - <% else %> -
- <% end %> -
-

<%= map.name.capitalize %>

-

- <% if map.user %> - by <%= map.user.login %> - <% else %> - anonymous - <% end %> - | <%= map.location %> -

-

- - <% if map.archived %>Archived | <% end %> - - - - <% if logged_in? && current_user.can_delete?(map) %>Archive/Spam | <% end %> - Updated <%= map.updated_at.to_s(:short) %> | - <%= map.warpables.length %> <%= map.warpables.length == 1 ? "images".singularize : "images" %> | <%= map.comments.length %> comments - -

-
- -