renalware-core 2.0.115 → 2.0.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7cb27774d18c6f2491947cf9a178521fc8516459efa8f1d9dd960a1b929cf7f2
|
4
|
+
data.tar.gz: 58de5e25e25319887f6727b360d666bffdb24ebdb6473db96be5079543b418a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbc216e56c23b9f819a005591c03fe13c391bc5dbe9472b8efae867b297f4605c801703caee6003228942f816019648381893c1ba9f32aa49ad5ff272433affe
|
7
|
+
data.tar.gz: 755ea6f7935778b76627bd61047aaf798ebb0bcce1369dbf94b663e95d47251972f732cd04ee9135fd1cac77d3090c5a40e398f6deab38a4ffbbf977cfa6a51b
|
@@ -6,8 +6,12 @@
|
|
6
6
|
|
7
7
|
nav.patient-side-nav.full-screenable
|
8
8
|
.layout-wrapper
|
9
|
-
|
10
|
-
|
9
|
+
= render "renalware/patients/side_menu", patient: current_patient
|
10
|
+
/ Note that ActionView::Components are not really working out of the box inside an engine:
|
11
|
+
/ "Could not find a template file for Renalware::Patients::SideMenuComponent."
|
12
|
+
/ source_location.split(".")[0] returns the wrong segment when there is eg .rbenv and .2.6.3
|
13
|
+
/ in the path. TODO: Check/raise issue on https://github.com/github/actionview-component
|
14
|
+
/= render Renalware::Patients::SideMenuComponent, patient: current_patient
|
11
15
|
|
12
16
|
.main-content.patient-content.full-screenable
|
13
17
|
.layout-wrapper
|
@@ -10,7 +10,8 @@
|
|
10
10
|
- patient_page_title(title: title, patient: current_patient)
|
11
11
|
|
12
12
|
nav.patient-side-nav
|
13
|
-
= render Renalware::Patients::SideMenuComponent, patient: current_patient
|
13
|
+
/ = render Renalware::Patients::SideMenuComponent, patient: current_patient
|
14
|
+
= render "renalware/patients/side_menu", patient: current_patient
|
14
15
|
|
15
16
|
.patient-content
|
16
17
|
= render "renalware/patients/mini_profile", patient: current_patient
|
File without changes
|
data/lib/renalware/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: renalware-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.116
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Airslie
|
@@ -2688,7 +2688,7 @@ files:
|
|
2688
2688
|
- app/views/renalware/patients/_mini_profile.html.slim
|
2689
2689
|
- app/views/renalware/patients/_person_form_fields.html.slim
|
2690
2690
|
- app/views/renalware/patients/_search_form.html.slim
|
2691
|
-
- app/views/renalware/patients/_side_menu.html.slim
|
2691
|
+
- app/views/renalware/patients/_side_menu.html.slim
|
2692
2692
|
- app/views/renalware/patients/_summary_part.html.slim
|
2693
2693
|
- app/views/renalware/patients/abridgements/_abridgement.html.slim
|
2694
2694
|
- app/views/renalware/patients/abridgements/_table.html.slim
|