Sha256: 54130b384eb07aed5781a29fe2bdfcc2aeb47fab71a5b64988e2bcf6a07b50d3
Contents?: true
Size: 321 Bytes
Versions: 15
Compression:
Stored size: 321 Bytes
Contents
<html> <head> <title>acts_as_ferret demo application</title> <%= stylesheet_link_tag 'scaffold' %> </head> <body> <ul> <li><%= link_to 'Contents', contents_path %></li> <li><%= link_to 'Search', search_path %></li> </ul> <p style="color: green"><%= flash[:notice] %></p> <%= yield %> </body> </html>
Version data entries
15 entries across 15 versions & 4 rubygems