Sha256: 5780544cfe15e3e33e8f83ab3ba4b6ca2f59e7d9e61b4bed4c64f2975e6b5999
Contents?: true
Size: 1.1 KB
Versions: 11
Compression:
Stored size: 1.1 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><%= content_for?(:title) ? yield(:title) : "Gossiper" %></title> <%= csrf_meta_tags %> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script> <![endif]--> <%= stylesheet_link_tag "gossiper/application", :media => "all" %> <%= javascript_include_tag "gossiper/application" %> </head> <body> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <%# <%= bootstrap_flash %> <%= yield %> </div> </div><!--/row--> <footer class="footer"> <div class="pull-right"> Powered by <a href="https://github.com/mjacobus/gossiper-engine">Gossiper <%= Gossiper::VERSION %></a> </div> </footer> </div> <!-- /container --> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems