Sha256: 21d559e689d56bbaa50412e9023da41a5a4a7c03cbdd02fd1aaa4b46c2e90ee3
Contents?: true
Size: 495 Bytes
Versions: 5
Compression:
Stored size: 495 Bytes
Contents
%h2= t(:all_clients) %table.clients.table.table-striped %thead %tr %th= t(:name) %th= t(:initials) %th= t(:projects) %th= t(:tickets) %th= t(:status) %tbody - @clients.each do |client| %tr{ :class => "#{cycle("odd", "even")} #{client.status.downcase}" } %td= link_to client.name, client_login_client_path(client) %td= client.initials %td= client.projects.count %td= client.tickets.count %td= client.status
Version data entries
5 entries across 5 versions & 1 rubygems