Sha256: a3b1e48603255b9346df909eaf4ad9d00b67ccdd715e571d64593bbea379e9bd
Contents?: true
Size: 229 Bytes
Versions: 3
Compression:
Stored size: 229 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Peek-a-View</title> </head> <body> <ul> <% @views.each do |v| %> <li> <%= link_to v, peek_a_view_engine.view_path(v) %> </li> <% end %> </ul> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
peek-a-view-0.0.4 | app/views/peek_a_view/views/index.html.erb |
peek-a-view-0.0.3 | app/views/peek_a_view/views/index.html.erb |
peek-a-view-0.0.2 | app/views/peek_a_view/views/index.html.erb |