Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/editors/email/pending/public_plain.thtml
blob: 8e099a76c6d87508c47c83f68900b02d96d8fabe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
The following files of <?=$info['name']?> <?=$info['version']?> have been made public by a <?=SITE_NAME?> editor:

<?php
    foreach ($info['files'] as $file) {
        echo $file."\n";
    }
?>

Review Information:
Reviewer: <?=$info['reviewer']?>

Tested on <?=$info['os']?> with <?=$info['apps']?>

Comments: <?=$info['comments']?>


If you have questions about this review, please e-mail amo-editors@mozilla.org or join #addons on irc.mozilla.org.

<?=SITE_NAME?>
<?=SITE_URL?>