Sha256: 0df712fd9415cadca14c72d4dd0b7f7b9e657dcc4a6bc4e463e194d48529a55c
Contents?: true
Size: 600 Bytes
Versions: 19
Compression:
Stored size: 600 Bytes
Contents
<html> <head> <title>Dynflow Console</title> <script src="<%= url '/vendor/jquery/jquery.js' %>"></script> <link rel="stylesheet" type="text/css" href="<%= url '/vendor/bootstrap/css/bootstrap.css' %>"> <link rel="stylesheet" type="text/css" href="<%= url '/stylesheets/application.css' %>"> <script src="<%= url '/vendor/bootstrap/js/bootstrap.js' %>"></script> <script src="<%= url '/vendor/google-code-prettify/run_prettify.js' %>"></script> <script src="<%= url '/javascripts/application.js' %>"></script> </head> <body> <%= yield %> </body> </html>
Version data entries
19 entries across 19 versions & 1 rubygems