Improve app list
This commit is contained in:
parent
4fdf8accd6
commit
4ecf2c4246
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user