Improve app list

This commit is contained in:
Râu Cao 2023-11-19 18:48:44 +01:00
parent 4fdf8accd6
commit 4ecf2c4246
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -41,7 +41,11 @@
target: "_blank", rel: "nofollow noopener", target: "_blank", rel: "nofollow noopener",
class: "ks-text-link" %></td> class: "ks-text-link" %></td>
<td class="hidden md:table-cell"><%= web_app.remote_storage_authorizations.count %></td> <td class="hidden md:table-cell"><%= web_app.remote_storage_authorizations.count %></td>
<td class="hidden md:table-cell"><%= web_app.created_at %></td> <td class="hidden md:table-cell">
<span title="<%= web_app.created_at %>" class="cursor-help">
<%= time_ago_in_words web_app.created_at, include_seconds: false %> ago
</span>
</td>
</tr> </tr>
<% end %> <% end %>
</tbody> </tbody>