This repository has been archived on 2020-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
counter/frontend/components/cluster/_cluster.html.erb

7 lines
311 B
Plaintext

<a href="cluster/<%=cluster.uuid%>" class="cluster">
<span class="panel-icon"><i class="fa fa-sort" aria-hidden="true"></i></span>
<span class="panel-text">
<%= cluster.name %></span>
<span class="panel-subtext"> created on <%= cluster.created_on.strftime("%Y-%m-%d %H:%M:%S")%></span>
</a>