Sha256: 6c856831efd8f14a397817a5cc6d8d6fefaab62cd3b39eb2edb870a3370f20bc
Contents?: true
Size: 575 Bytes
Versions: 18
Compression:
Stored size: 575 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= @title %></title> <%= stylesheet_link_tag :reset, :default, :basic_ansi %> </head> <body> <%= javascript_controller_actions %> <script type="text/javascript" src="file://<%= Redcar::HtmlView.jquery_path %>"></script> <h1><%= @title %></h1> <div id="container"> <div class="command"> <%= @cmd %> </div> </div> <form class="actions" action="javascript:return false;"> <input type="submit" value="Run again" onclick="Controller.run();"/> </form> </body> </html>
Version data entries
18 entries across 18 versions & 2 rubygems