summaryrefslogtreecommitdiffhomepage
path: root/templates/default/function_details/html/source.erb
blob: 12740cbb0cf3d4956a17c1437959440d4796c82d (plain)
1
2
3
4
5
6
7
8
9
10
<table class="source_code">
  <tr>
    <td>
      <pre class="lines"><%= "\n\n\n" %><%= h format_lines(object) %></pre>
    </td>
    <td>
      <pre class="code"><span class="info file"># File '<%= h object.file %>'<% if object.line %>, line <%= object.line %><% end %></span><%= "\n\n" %><%= html_syntax_highlight object.source %></pre>
    </td>
  </tr>
</table>