12197: Remove trash/delete labels on content rows.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 14 Sep 2017 15:31:05 +0000 (11:31 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Mon, 18 Sep 2017 13:03:23 +0000 (09:03 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

apps/workbench/app/views/trash_items/_show_recent_trash.html.erb
apps/workbench/app/views/trash_items/_show_trash_rows.html.erb

index d5b23e0660f68e6969e01116a9919d0c77ae9e7f..3cdb23ea6cc8fefcb6c268ec9015fb04fa4db6b5 100644 (file)
@@ -31,8 +31,8 @@ SPDX-License-Identifier: AGPL-3.0 %>
       <colgroup>
         <col width="2%" />
         <col width="20%" />
-        <col width="15%" />
         <col width="13%" />
+        <col width="15%" />
         <col width="20%" />
         <col width="25%" />
         <col width="5%" />
index c31beceeeb002e0865ab45171c94cfdee91f15e7..a7e53e28bd4940d8884fbd81fa477680212d95b9 100644 (file)
@@ -14,11 +14,11 @@ SPDX-License-Identifier: AGPL-3.0 %>
       </td>
       <td>
         <% if obj.trash_at %>
-          trash: <%= render_localized_date(obj.trash_at)  %>
-          <br />
+          <%= render_localized_date(obj.trash_at)  %>
         <% end %>
+        <br />
         <% if obj.delete_at %>
-          delete: <%= render_localized_date(obj.delete_at) %>
+          <%= render_localized_date(obj.delete_at) %>
         <% end %>
       </td>
       <td>