Sha256: fbcd1fb799f3b0c609d2bf673ac8bb8a0305e49b995c79b1f8fef285ab6f462f
Contents?: true
Size: 557 Bytes
Versions: 29
Compression:
Stored size: 557 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <%=render :partial => '/layouts/headers' %> </head> <body> <table style="width: 100%; margin: 0; border: 0; padding: 0; background: transparent"> <tr> <td valign="top" width="*"><div align="right" style="color: green"><%= flash[:notice] %></div></td> <td valign="top" width="793" align="center"><%= yield %></td> <td valign="top" width="*"></td> </tr> </table> </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems