mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
10 lines
1.5 KiB
PHP
Executable File
10 lines
1.5 KiB
PHP
Executable File
<div class="panel panel-default">
|
|
<div class="panel-body">
|
|
<a href="{{ route('frequently_asked_questions.search') }}" class="nav-item btn btn-primary" style="border-radius: 5px;"><i class="fa fa-plus"></i> <span style="margin-left: 5px">{{ __('frequently_asked_questions.search') }}</span></a>
|
|
<a href="{{ route('frequently_asked_questions.create') }}" class="nav-item btn btn-success" style="border-radius: 5px;"><i class="fa fa-plus"></i> <span style="margin-left: 5px">{{ __('frequently_asked_questions.add_question') }}</span></a>
|
|
<a href="{{ route('modules.index') }}" class="nav-item btn btn-success" style="border-radius: 5px;"><i class="fa fa-plus"></i> <span style="margin-left: 5px">{{ __('frequently_asked_questions.manage_modules') }}</span></a>
|
|
<a href="{{ route('frequently_asked_questions.index') }}" class="nav-item btn btn-warning" style="border-radius: 5px;"><i class="fa fa-plus"></i> <span style="margin-left: 5px">{{ __('frequently_asked_questions.view_question') }}</span></a>
|
|
<a href="{{ route('frequently_asked_questions.bulk_edit') }}" class="nav-item btn btn-info" style="border-radius: 5px;"><i class="fa fa-plus"></i> <span style="margin-left: 5px">{{ __('frequently_asked_questions.edit_all_questions') }}</span></a>
|
|
<a href="{{ route('frequently_asked_questions.inactive') }}" class="nav-item btn btn-danger" style="border-radius: 5px;"><i class="fa fa-plus"></i> <span style="margin-left: 5px">{{ __('frequently_asked_questions.inactive_question') }}</span></a>
|
|
</div>
|
|
</div> |