Sha256: aefbd9c95fd3b9f60e88017f006873031a746787f93a73dbfad7d37e650484d0
Contents?: true
Size: 542 Bytes
Versions: 2
Compression:
Stored size: 542 Bytes
Contents
<script type="text/javascript" src="file://<%= Redcar::HtmlView.jquery_path %>"></script> <link rel="stylesheet" href="file://<%= Redcar::HtmlView.default_css_path %>" type="text/css" media="screen"> <style> .stdout { padding: 0px; margin: 0px; } .stderr { padding: 0px; margin: 0px; color: #FF0000; } .stdout pre { padding: 0px; margin: 0px; } .stderr pre { padding: 0px; margin: 0px; } </style> <h3><%= @title %></h3> <pre><%= command %></pre> <hr /> <div id="output"> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redcar-0.3.9 | plugins/runnables/views/command_output.html.erb |
redcar-0.3.9.0dev | plugins/runnables/views/command_output.html.erb |