| Nazwa | Opis | Akcje |
|---|---|---|
| <%= link_to client.name, { controller: :notes, action: :index, client_id: client.id } %> | <%= client.description %> | <%= link_to raw(' Edycja'), edit_client_path(client), class: "btn btn-primary btn-xs" %> <%= link_to raw(' Usuń'), client_path(client), class: "btn btn-danger btn-xs", method: :delete, data: { confirm: 'Czy na pewno usunąć?' } %> |