Sha256: 372c6056890c7c155fcd5a443f63da37398e1058e72d631b1fc1844952922283
Contents?: true
Size: 478 Bytes
Versions: 1
Compression:
Stored size: 478 Bytes
Contents
<% if examples.many? %> <%# Render a group of examples %> <% examples.each do |example| %> <div style="all: unset; margin-bottom: 30px; display: block;"> <h6 style="all: unset; display: block; color: #999; font-family: sans-serif; font-size: 14px; margin-top: 0; margin-bottom: 10px;"> <%= example[:label] %> </h6> <%= example[:html] %> </div> <% end %> <% else %> <%# Render a single example %> <%= examples.first[:html] %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lookbook-1.0.0.beta.0 | app/views/lookbook/preview.html.erb |