Sha256: da90c5e327a069864b7a5695e66d27f25225911e99a5a1319407b08b3601fe85
Contents?: true
Size: 372 Bytes
Versions: 17
Compression:
Stored size: 372 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", "/css/smoothness/jquery-ui-1.8.18.custom.css" %> <%= javascript_include_tag "application", "magic_grid" %> <%= csrf_meta_tags %> </head> <body> <p> <%= link_to "Posts", posts_path %> <%= link_to "Users", users_path %> </p> <hr /> <%= yield %> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems