Sha256: bbb6a73c8a9859b8f8aed971a52a5bc92150c1cd5030b93a9b8d46a48524dde9

Contents?: true

Size: 414 Bytes

Versions: 1

Compression:

Stored size: 414 Bytes

Contents

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

<section class="__code_partials">
  <%= _option_bar(component) %>
  <%= _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

1 entries across 1 versions & 1 rubygems

Version Path
styleus-0.0.10 app/views/styleus/_styleus_partials.html.erb