Sha256: dfa82b8b3d09852ed1da79bd4f4d796820e57dcbc3694150de91ec7809b8efa6

Contents?: true

Size: 297 Bytes

Versions: 20

Compression:

Stored size: 297 Bytes

Contents

<%= lookbook_render :code, line_numbers: true, full_height: true do -%>
  <% if examples.many? -%>
    <% examples.each do |example| -%><%== "<!-- #{example.label} -->\n#{beautify(example.output)}\n\n" -%><% end %>
  <%- else -%>
    <%== beautify(examples.first.output) -%>
  <%- end %>
<% end %>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
lookbook-1.5.5 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.5.4 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.5.3 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.5.2 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.5.1 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.5.0 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.4.5 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.4.4 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.4.3 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.4.2 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.4.1 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.4.0 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.3.4 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.3.3 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.3.1 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.3.0 app/views/lookbook/inspector/panels/_output.html.erb
lookbook-1.2.1 app/views/lookbook/previews/panels/_output.html.erb
lookbook-1.2.0 app/views/lookbook/previews/panels/_output.html.erb
lookbook-1.1.1 app/views/lookbook/previews/panels/_output.html.erb
lookbook-1.1.0 app/views/lookbook/previews/panels/_output.html.erb