Title / Description
Code <html> <head> <title>Online Cookbook</title> </head> <body> <h1>Online Cookbook</h1> <%= @content_for_layout %> <p> <%= link_to "Create new recipe", :controller => "recipe", :action => "new" %> <%= link_to "Show all recipes", :controller => "recipe", :action => "list" %> <%= link_to "Show all categories", :controller => "category", :action => "list" %> </p> </body> </html>
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code