Sha256: 834ff60cf075b398e55bd70c5eaf8b8e05cf921ac7db3e0bd51d43ab00bc7365
Contents?: true
Size: 520 Bytes
Versions: 4
Compression:
Stored size: 520 Bytes
Contents
<!DOCTYPE html> <html> <head> <title> <%= title = ThankWords.title_thanks %> </title> <style><%= defined?(style_content) ? style_content : '' %></style> <script type="text/javascript"><%= defined?(script_content) ? script_content : '' %></script> </head> <body> <h1 class="title"><%= title %></h1> <ul class="authors"> <%= content %> </ul> <div class="generated-by"> <%= defined?(generated_by_content) ? generated_by_content : '' %> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems