add tooltips for slides navigation
This commit is contained in:
parent
c66ffcd817
commit
ff7166bf45
@ -8,8 +8,8 @@
|
||||
{{title}}
|
||||
{{#if isCurrentUserPresenter}}
|
||||
<span class="presentationNavigationControls">
|
||||
<button class="previousSlide ion-arrow-left-a"></button>
|
||||
<button class="nextSlide ion-arrow-right-a"></button>
|
||||
<button class="previousSlide ion-arrow-left-a" title="Go to the previous slide"></button>
|
||||
<button class="nextSlide ion-arrow-right-a" title="Go to the next slide"></button>
|
||||
</span>
|
||||
{{/if}}
|
||||
</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user