Browse Source

HTML syntax fix (vue was complaining)

Vijayakrishnan 3 years ago
parent
commit
e1175b557d

+ 4 - 4
resources/views/app/patient/modules/weight_loss_intake/edit.blade.php

@@ -643,7 +643,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
 					<div class="col-md-12 section bg-light py-2 mb-3">
 						<div class="c-pointer"
 							 open-in-stag-popup
-							 href="/note-segment-view-by-name/{{$note->uid}}/past_medical_history/edit" ,
+							 href="/note-segment-view-by-name/{{$note->uid}}/past_medical_history/edit"
 							 mc-initer="edit-univ_history_past_medical-container-{{$note->id}}"
 							 title="Past Medical History"
 							 update-parent
@@ -690,7 +690,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
 					<div class="col-md-12 section bg-light py-2 mb-3">
 						<div class="c-pointer"
 						   open-in-stag-popup
-						   href="/note-segment-view-by-name/{{$note->uid}}/history_social/edit",
+						   href="/note-segment-view-by-name/{{$note->uid}}/history_social/edit"
 						   mc-initer="edit-univ_history_social-container-{{$note->id}}"
 						   title="Social History"
 						   popup-style="overflow-visible">
@@ -705,7 +705,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
 					<div class="col-md-12 section bg-light py-2 mb-3">
 						<div class="c-pointer"
 							 open-in-stag-popup
-							 href="/note-segment-view-by-name/{{$note->uid}}/history_family/edit",
+							 href="/note-segment-view-by-name/{{$note->uid}}/history_family/edit"
 							 mc-initer="edit-univ_history_family-container-{{$note->id}}"
 							 title="Family History"
 							 popup-style="overflow-visible">
@@ -795,7 +795,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
 					<div class="col-md-12 section bg-light py-2 mb-3">
 						<div class="c-pointer"
 							 open-in-stag-popup
-							 href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit",
+							 href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit"
 							 mc-initer="init-ros-{{$note->id}}"
 							 title="Review Of Systems"
 							 popup-style="overflow-visible">