Sha256: 0156bd58c4f065c2b8f5f748c248da8e040c7568255debc2dffc8a38e1f77152

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

<% if content_for? :documentation %>
  <section class="__documentation">
    <%= content_for(:documentation).html_safe %>
  </section>
<% end %>

<section class="__code_partials">
  <%= _option_bar(component, content_for?(:helper)) %>
  <%= _styleus_component_wrap(partial_path: component.partial_path) { content_for(:representation).html_safe } %>
  <%= content_for(:html).html_safe %>
  <%= content_for(:helper).html_safe %>
</section>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
styleus-0.0.12 app/views/styleus/_styleus_partials.html.erb
styleus-0.0.11 app/views/styleus/_styleus_partials.html.erb