recording actions tooltips

This commit is contained in:
Zachary Chai
2016-11-17 16:30:04 -05:00
parent fd044fc75d
commit 8b536c4934
4 changed files with 32 additions and 9 deletions

View File

@ -45,4 +45,13 @@
<span class="alert-message"></span>
</div>
</div>
<div class="recording-actions">
<button type="button" class="btn btn-default recording-update bottom-tooltip" data-published="">
<i class="fa" aria-hidden="true"></i>
</button>
<a tabindex="0" role="button" class="btn btn-default has-popover bottom-tooltip"
data-placement="top" title="<%= t('delete_recording') %>">
<i class="fa fa-trash-o" aria-hidden="true"></i>
</a>
</div>
</div>