Sha256: d3ff20e0f537670cc08db73a980acd114c699f3c2177b3d7c473d4553dbd8bee
Contents?: true
Size: 529 Bytes
Versions: 83
Compression:
Stored size: 529 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: #fe5e00; padding: 10px;"><%= image_tag @current_site.the_logo %></td> </tr> <tr> <td> <%= yield %> </td> </tr> <tr> <td style="text-align: center; background-color: #fe5e00;"><a href="<%= @url_base %>" style="color: #ffffff;">Visit Site</a></td> </tr> </table> </body> </html>
Version data entries
83 entries across 83 versions & 2 rubygems