Sha256: 782476d831b6255bcee18aaae2dcfafc762be9e3acef635d1a53782189633657

Contents?: true

Size: 805 Bytes

Versions: 4

Compression:

Stored size: 805 Bytes

Contents

<div class="styleguide-example">

  <h3><%= section.section %> <em><%= section.filename %></em></h3>
  <div class="styleguide-description">
    <p><%= section.description %></p>
    <% if section.modifiers.any? %>
      <ul class="styleguide-modifier">
        <% section.modifiers.each do |modifier| %>
          <li><strong><%= modifier.name %></strong> - <%= modifier.description %></li>
        <% end %>
      </ul>
    <% end %>
  </div>
  <div class="styleguide-element">
    <%= example_html %>
  </div>
  <% section.modifiers.each do |modifier| %>
    <div class="styleguide-element styleguide-modifier">
      <span class="styleguide-modifier-name"><%= modifier.name %></span>
      <%= example_html.gsub('$modifier_class', " #{modifier.class_name}").html_safe %>
    </div>
  <% end %>

</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails-styleguide-0.0.4 app/views/styleguide/_block.html.erb
rails-styleguide-0.0.3 app/views/styleguide/_block.html.erb
rails-styleguide-0.0.2 app/views/styleguide/_block.html.erb
rails-styleguide-0.0.1 app/views/styleguide/_block.html.erb