button tooltips

This commit is contained in:
Zachary Chai
2017-02-14 18:11:32 -05:00
parent 7d227fd383
commit fa1bb0683e
5 changed files with 16 additions and 7 deletions

View File

@ -23,7 +23,7 @@
<div class="verticle-line"></div>
<div class="col-xs-6">
<%= render 'shared/title', title: t('join'), title_class: 'join-meeting-title' %>
<button type="button" class="btn btn-primary center-block meeting-start">
<button type="button" class="btn btn-primary center-block meeting-start has-tooltip" data-placement="top" title="<%= t('start_meeting') %>">
<%= t('start_join') %>
</button>
</div>

View File

@ -74,7 +74,7 @@
</div>
</div>
<div class="recording-actions">
<button type="button" class="btn btn-default has-popover recording-update-trigger"
<button type="button" class="btn btn-default has-popover recording-update-trigger visibility-tooltip"
data-placement="left" data-popover-body=".recording-visibility-popover"
data-popover-title="<%= t('change_recording_visibility') %>">
<%= icon('eye') %>