Sha256: 41cda2a89854174be2d3c653e0d0b656c5c8684be17f8fec6fac8175a803f707
Contents?: true
Size: 554 Bytes
Versions: 85
Compression:
Stored size: 554 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <table style="width: 100%"> <tr> <td style="text-align: center; background-color: #1ABC9C; padding: 10px;"><%= image_tag @current_site.the_logo %></td> </tr> <tr> <td> <%= yield %> </td> </tr> <tr> <td style="text-align: center;"><a href="<%= @url_base %>" style="color: #ffffff;">Visit Site</a></td> </tr> </table> </body> </html>
Version data entries
85 entries across 83 versions & 2 rubygems