You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/channelcomparison.php
+21-16Lines changed: 21 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,26 @@
30
30
31
31
<?php
32
32
33
-
echo"\n<table class='collapsable'>" .
34
-
" <tr>\n" .
35
-
" <th colspan='3'>Locale: {$locale}</th>\n" .
36
-
" </tr>\n" .
37
-
" <tr>\n" .
38
-
" <th>Key</th>\n" .
39
-
" <th>{$chan1}</th>\n" .
40
-
" <th>{$chan2}</th>\n" .
41
-
" </tr>\n";
33
+
if (empty($common_strings)) {
34
+
echo"<h3>Comparison is empty</h3>\n" .
35
+
"<p class='subtitle'>There are no string differences for this locale between the {$repos_nice_names[$chan1]} and {$repos_nice_names[$chan2]} channels.</p>\n";
0 commit comments