This file is indexed.

/usr/share/sreview/templates/error.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
%layout 'default';
%title 'SReview error';
<h1>Error</h1>
<p><%== $message %></p>
<p>Go to <%= link_to 'the SReview home page' => '/' %> or <%= link_to 'the video status overview page' => '/overview' %>.</p>