Sha256: 7f5d7c073f467675b2868bfc1bdf68784294b5f7bd094147c6e0198de9fbf23f
Contents?: true
Size: 708 Bytes
Versions: 1
Compression:
Stored size: 708 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <title></title> <%= stylesheet_link_tag 'bluetrip/css/ie' %> <%= stylesheet_link_tag 'bluetrip/css/print' %> <%= stylesheet_link_tag 'bluetrip/css/screen' %> <%= stylesheet_link_tag 'bluetrip/css/style' %> <%= javascript_include_tag "jquery-1.2.6.min" %> </head> <body> <div id="container"> <p style="color: green"><%= flash[:notice] %></p> <%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mattknox-goaloc-0.2.11 | lib/goaloc/generators/rails/application.html.erb |