Sha256: 5a78b3bc851cc840bf0296dc0b0d00680caa6a8dfa091db4259b72a1b8f7753f
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
%h2= "All Inactive Clients" = link_to bootstrap_icon('plus') + t(:new_client), new_client_path, :class => "add_new_button btn primary right" if admin? .btn-group = link_to "Active", clients_path, :class => 'btn' = link_to "Inactive", inactive_clients_path, :class => 'btn active' = link_to "Suspended", suspended_clients_path, :class => 'btn' = render "clients_table"
Version data entries
5 entries across 5 versions & 1 rubygems