Sha256: adf73a0782bc39b8ad558a695b0bf67450dd0ea808ed183a0985e5f699851d72
Contents?: true
Size: 494 Bytes
Versions: 1
Compression:
Stored size: 494 Bytes
Contents
<% if scenarios.many? %> <%# Render a group of scenarios %> <% scenarios.each do |scenario| %> <div style="margin-bottom: 30px !important; display: block !important;"> <h6 style="all: unset; display: block; color: #999; font-family: sans-serif; font-size: 14px; margin-top: 0; margin-bottom: 10px;"> <%= scenario.label %> </h6> <%= scenario.output %> </div> <% end %> <% else %> <%# Render a single scenario %> <%= scenarios.first.output %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lookbook-2.0.0.beta.0 | app/views/lookbook/previews/group.html.erb |