Completed
Push — master ( 56f00b...8e9795 )
by Ievgen
02:14
created
views/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
             <div class="btn-group" role="group">
24 24
                 <?php if ($add_room) :?>
25 25
                     <button type="button" id="add-chat" class="btn btn-default"><?=Yii::t('app', 'Add'); ?></button>
26
-                <?php endif;?>
26
+                <?php endif; ?>
27 27
                 <button type="button" id="exit-chat" class="btn btn-default">
28 28
                     <i class="fa fa-sign-out"></i><?=Yii::t('app', 'Exit'); ?>
29 29
                 </button>
Please login to merge, or discard this patch.