Sha256: 9ca1c81059d760a2306a1abb3f17e0bc8953630190ccc0ca66124b345cfafae2
Contents?: true
Size: 478 Bytes
Versions: 7
Compression:
Stored size: 478 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= link_to "Default", new_topic_path %> | <%= link_to "With visual honeypots", new_topic_path(context: "visual_honeypots") %> <% flash.each do |key, value| %> <ul> <li> <%= "[#{key.upcase}] #{value}" %> </li> </ul> <% end %> <%= yield %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems