Sha256: c2301f7f34eff404c98d232af74d417f31e134e3200c11b3ed0fee8424b77b35
Contents?: true
Size: 767 Bytes
Versions: 32
Compression:
Stored size: 767 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>Doozer! Build Something</title> <%=metatags()%> <link rel="icon" href="/favicon.ico" /> <%=stylesheet('/css/style.css')%> <%=javascript('/js/jquery-1.3.min.js')%> <%=javascript('/js/application.js')%> </head> <body> <%=partial('global/header')%> <%if @flash[:info]%> <div class="msg info"><%=@flash[:info]%></div> <%end%> <%if @flash[:error]%> <div class="msg error"><%=@flash[:error]%></div> <%end%> <%=@view[:body]%> </body> </html> <%=@view[:timestamp]%>
Version data entries
32 entries across 18 versions & 2 rubygems