Ver código fonte

Always show the button to go to client's meeting page

Vijayakrishnan Krishnan 5 anos atrás
pai
commit
0b9e0e41b3

+ 6 - 8
resources/views/pro/clients_SINGLE/SUB_dashboard.blade.php

@@ -29,14 +29,12 @@
                         @endforeach
                     @endif
                 </div>
-                @if($record->is_client_video_turned_on)
-                    <div>
-                        <a href="#" class="btn btn-sm btn-primary text-primary mt-2 font-weight-bold px-3" onclick="return window.top.openInRHS('/pro/meet/{{ $record->uid }}')">
-                            <i class="fa fa-phone mr-1"></i>
-                            Go to Call
-                        </a>
-                    </div>
-                @endif
+                <div>
+                    <a href="#" class="btn btn-sm btn-primary text-primary mt-2 font-weight-bold px-3" onclick="return window.top.openInRHS('/pro/meet/{{ $record->uid }}')">
+                        <i class="fa fa-phone mr-1"></i>
+                        Go to the client's meeting page
+                    </a>
+                </div>
             </div>
 
             <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsDuplicateToTrue', $record->uid)}}" title="Set as not duplicate">Mark as duplicate</a></p>