Sha256: 9533330b9908211c57ede536db932997351a1f3250de72875bd465f221bcd720
Contents?: true
Size: 373 Bytes
Versions: 7
Compression:
Stored size: 373 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= yield(:title) || "Untitled" %></title> <%= javascript_include_tag :defaults %> <%= stylesheet_link_tag "ice/squeezer" %> <%= stylesheet_link_tag "ui-lightness/jquery-ui-1.8.5.custom" %> <%= csrf_meta_tag %> <%= yield(:head) %> </head> <body> <%= render :partial=>"layouts/ice" %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems