Sha256: de7c7dad10fcfbb0ef454a7f878642473591aac20593993d8e21537784c6f4f5
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title><%%= "#{controller.controller_name}: #{controller.action_name}" %></title> </head> <body> <div class="container"> <div id="content" class="column span-24"> <%% flash.each do |key, value| -%> <div class="<%%= key %>"> <%%= h(value) %> </div> <%% end %> <%%= yield %> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jeffleeismyhero-shoulda_generator-0.3.1 | rails_generators/shoulda_scaffold/templates/erb/layout.html.erb |