|
|
|
@ -91,10 +91,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
</script>
|
|
|
|
|
<script type='text/x-tmpl-mustache' id='new-group-update-form'>
|
|
|
|
|
<div class='title-bar' id='header'>
|
|
|
|
|
<div class='conversation-header'>
|
|
|
|
|
<button class='back'></button>
|
|
|
|
|
<button class='send check'></button>
|
|
|
|
|
<span class='title-text'>Update group</span>
|
|
|
|
|
<span class='conversation-title'>Update group</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class='container'>
|
|
|
|
|
<div class='scrollable'>
|
|
|
|
@ -147,9 +147,9 @@
|
|
|
|
|
restrictions. ({{ limit }}kB)
|
|
|
|
|
</script>
|
|
|
|
|
<script type='text/x-tmpl-mustache' id='message-detail'>
|
|
|
|
|
<div class='title-bar' id='header'>
|
|
|
|
|
<div class='conversation-header'>
|
|
|
|
|
<button class='back'></button>
|
|
|
|
|
<span class='title-text'>Message Detail</span>
|
|
|
|
|
<span class='conversation-title'>Message Detail</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class='container'>
|
|
|
|
|
<div class='message-container'></div>
|
|
|
|
@ -166,18 +166,18 @@
|
|
|
|
|
</div>
|
|
|
|
|
</script>
|
|
|
|
|
<script type='text/x-tmpl-mustache' id='group-member-list'>
|
|
|
|
|
<div class='title-bar' id='header'>
|
|
|
|
|
<div class='conversation-header'>
|
|
|
|
|
<button class='back'></button>
|
|
|
|
|
<span class='title-text'>Members</span>
|
|
|
|
|
<span class='conversation-title'>Members</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class='container'>
|
|
|
|
|
<div class='scrollable'></div>
|
|
|
|
|
</div>
|
|
|
|
|
</script>
|
|
|
|
|
<script type='text/x-tmpl-mustache' id='key-verification'>
|
|
|
|
|
<div class='title-bar' id='header'>
|
|
|
|
|
<div class='conversation-header'>
|
|
|
|
|
<button class='back'></button>
|
|
|
|
|
<span class='title-text'>Verify Identity</span>
|
|
|
|
|
<span class='conversation-title'>Verify Identity</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class='container'>
|
|
|
|
|
<p> Their identity (they read): </p>
|
|
|
|
@ -201,12 +201,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
</script>
|
|
|
|
|
<script type='text/x-tmpl-mustache' id='new-conversation'>
|
|
|
|
|
<div class='title-bar' id='header'>
|
|
|
|
|
<div class='conversation-header'>
|
|
|
|
|
<button class='back'></button>
|
|
|
|
|
<button class='create check hide'></button>
|
|
|
|
|
<span class='title-text'>New Message</span>
|
|
|
|
|
<span class='conversation-title'>New Message</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class='gutter'>
|
|
|
|
|
<div class='container'>
|
|
|
|
|
<div class='scrollable'>
|
|
|
|
|
<div class='new-group-update-form clearfix'>
|
|
|
|
|
<div class='group-avatar'>
|
|
|
|
|