This file is indexed.

/usr/share/sreview/templates/login.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
8
9
%layout 'default';
%title 'Log in';
 %= form_for login_post => (method => 'POST') => begin
    %= label_for email => 'Email address'
    %= email_field 'email'
    %= label_for pass => 'Password'
    %= password_field 'pass'
    %= submit_button
 %= end