This file is indexed.

/usr/share/sreview/templates/admin/main.html.ep is in sreview-web 0.3.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
<h1>Hi <%= $email %>!</h1>
<p>Please select a talk to work with:</p>
  %= form_for admin_talk => begin
    %= select_field talk => $talks, size => 25
    <br>
    %= submit_button
  %end