freeCodeCamp/bower_components/firechat/templates/prompt-invite-private.html

7 lines
299 B
HTML

<div class='aligncenter clearfix'>
<h6>Invite <strong><%- userName %></strong> to <%- roomName %>?</h6>
<p class='clearfix'>
<button data-toggle='accept' type='button' class='btn'>Invite</button>
<button data-toggle='decline' type='button' class='close btn'>Cancel</button>
</p>
</div>