Sha256: 4ced92c8fd684dd81704b854d20a8a561e2972156580241510bda69634ef3750

Contents?: true

Size: 674 Bytes

Versions: 2

Compression:

Stored size: 674 Bytes

Contents

li.heading= t(".heading")

= patient_menu_item title: t(".pd"),
                    path: patient_pd_dashboard_path(patient),
                    active_when_controller_matches: %r{renalware/pd},
                    enabled: true

= patient_menu_item title: t(".hd"),
                    path: patient_hd_dashboard_path(patient),
                    active_when_controller_matches: %r{renalware/hd},
                    enabled: true

= patient_menu_item title: t(".low_clearance"),
                    path: patient_low_clearance_dashboard_path(patient),
                    active_when_controller_matches: %r{renalware/low_clearance},
                    enabled: true
hr

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc5 app/views/renalware/patients/side_menu/_modalities.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/side_menu/_modalities.html.slim