Sha256: ecc75108e7417ff32f9c959f49d14051416b5d01976795c16ec8bfe840eb7bda

Contents?: true

Size: 681 Bytes

Versions: 4

Compression:

Stored size: 681 Bytes

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><% ext = @path.substring(@path.lastIndexOf('.') + 1, @path.length) %>
  <title>View Source: .<%= @path %></title>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <%= stylesheet_link_tag 'source' %>
  <%= stylesheet_link_tag 'sh_style' %>
  <%= javascript_include_tag "sh_main.min" %>
  <%= javascript_include_tag "lang/sh_#{ext}.min" %>
</head>
<body onload="sh_highlightDocument();">
  <pre class="sh_<%= ext %>"><%=h @content %></pre>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dubious-0.0.3-java examples/contacts/app/views/source/show.html.erb
dubious-0.0.2-java examples/contacts/app/views/source/show.html.erb
dubious-0.0.1-java examples/contacts/app/views/source/show.html.erb
dubious-0.0.0-java examples/contacts/app/views/source/show.html.erb