Prechádzať zdrojové kódy

[STAG-12] Remove "View All" from Vitals

Vijayakrishnan Krishnan 4 rokov pred
rodič
commit
ca471c187b

+ 2 - 2
resources/views/app/patient/partials/vitals.blade.php

@@ -98,13 +98,13 @@ foreach($patient->measurements as $measurement) {
             </form>
         </div>
 
-        @if(!@$selectable)
+        {{--@if(!@$selectable)
         <span class="mx-2 text-secondary">|</span>
         <a start show class="py-0 font-weight-normal"
            href="/patients/view/{{ $patient->uid }}/measurements">
             View All
         </a>
-        @endif
+        @endif--}}
     </div>
     <div class="px-2">
     <table class="table table-sm border-0 my-0">