Skip to content

Instantly share code, notes, and snippets.

@luizcarvalho
Created July 31, 2008 00:43
Show Gist options
  • Save luizcarvalho/3366 to your computer and use it in GitHub Desktop.
Save luizcarvalho/3366 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<%= GMap.header %>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Mapas: <%= controller.action_name %></title>
<%= stylesheet_link_tag 'scaffold' %>
<%= javascript_include_tag 'ym4r-gm' %>
</head>
<body>
<p style="color: green"><%= flash[:notice] %></p>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment