File: search_index.rhtml

package info (click to toggle)
ruby-sdoc 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 848 kB
  • sloc: javascript: 4,418; ruby: 629; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<html>
    <head>File index</head>
    <body>
    <% @files.each do |file| %>
      <a href="../<%= file.path %>"><%= file.relative_name %></a>
    <% end %>
    </body>
</html>