Commit 6de2ef49c6f7c9da4426b668f88347ea3319ad67
1 parent
29c8b4cb
Exists in
master
and in
1 other branch
- added tooltip in the submit button
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
BUGS.md
templates/learn.html
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | </div> |
106 | 106 | |
107 | 107 | </form> |
108 | - <button class="btn btn-primary" id="submit">Continuar</button> | |
108 | + <button class="btn btn-primary" id="submit" data-toggle="tooltip" data-placement="right" title="Shift-Enter">Continuar</button> | |
109 | 109 | </div> |
110 | 110 | </div> <!-- body --> |
111 | 111 | </div> <!-- main --> | ... | ... |