1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/frontend/templates/shared/help_modal.html
2021-06-16 14:58:32 +02:00

21 lines
773 B
HTML

<div class="modal-header">
<img ng-src="{{logoBlack.custom_asset_file_attributes.attachment_url}}" alt="{{logo.custom_asset_file_attributes.attachment}}" class="modal-logo"/>
<h1>
<i class="fa fa-question-circle" aria-hidden="true"></i>
<span translate>{{ 'app.shared.help.title' }}</span>
</h1>
</div>
<div class="modal-body">
<p translate>{{ 'app.shared.help.what_to_do' }}</p>
<div class="row text-center">
<button class="btn btn-default" ng-click="onTour()" translate>{{ 'app.shared.help.tour' }}</button>
</div>
<div class="row text-center m-t-lg m-b-md">
<a class="btn btn-default"
ng-click="onGuide()"
href="http://guide-fr.fab.mn"
target="_blank"
translate>{{ 'app.shared.help.guide' }}</a>
</div>
</div>