Reimplements the help modal

This commit is contained in:
2016-02-11 17:14:47 +01:00
parent e109e116f5
commit ca9dd50429
5 changed files with 32 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
<input type="text" class="form-control" ng-model="searchTerms" placeholder="Chercher ...">
<div class="input-group-btn">
<button class="btn btn-default" type="submit">Go!</button>
<button type="button" class="btn btn-default" ng-click="openModal('lg')">
<button type="button" class="btn btn-default" ng-click="openHelpModal()">
<span class="glyphicon glyphicon-question-sign" aria-label="help"></span>
</button>
</div>