This file is indexed.

/usr/share/doc/ruby-innate/examples/app/whywiki_erb/view/edit.erb is in ruby-innate 2013.02.21-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
<%= a("< #@page", @page) %>
<form method="post" action="<%= r :save %>">
  <input type="hidden" name="page" value="<%= h @page %>" />
  <textarea name="text"><%= @text %></textarea>
  <input type="submit" value="Save" />
</form>