Tidying UI

This commit is contained in:
perroned 2014-07-31 07:29:45 -07:00
parent 3d402ef11c
commit 1d7e4aed8d

View File

@ -34,9 +34,9 @@
{{/if}} {{/if}}
{{#if isUserSharingVideo user}} {{#if isUserSharingVideo user}}
{{> makeButton id=userId btn_class="navbarIconToggleActive videoFeedIcon navbar-brand" i_class="facetime-video" sharingVideo=true _id=_id rel="tooltip" data_placement="bottom" title="Hide Webcams"}} {{> makeButton id=userId btn_class="navbarIconToggleActive videoFeedIcon navbar-brand" i_class="stop" sharingVideo=true _id=_id rel="tooltip" data_placement="bottom" title="Hide Webcams"}}
{{else}} {{else}}
{{> makeButton id=userId btn_class="videoFeedIcon navbar-brand" i_class="stop" sharingVideo=false _id=_id rel="tooltip" data_placement="bottom" title="Show Webcams"}} {{> makeButton id=userId btn_class="videoFeedIcon navbar-brand" i_class="facetime-video" sharingVideo=false _id=_id rel="tooltip" data_placement="bottom" title="Show Webcams"}}
{{/if}} {{/if}}
<!-- Join/hang up audio call --> <!-- Join/hang up audio call -->