Sha256: b42b691897999c8bbf2c2629eac4689b043f0a24341f4a579e92218c3250d762
Contents?: true
Size: 462 Bytes
Versions: 8
Compression:
Stored size: 462 Bytes
Contents
<% content_for :heading do %> Buttons <% end %> <% content_for :description do %> Buttons are built using different combinations of CSS classes: the <code>button</code> class, a size and a color. <% end %> <% content_for :toc do %> <% buttons_sections.each do |section| %> <%= link_to(section_text(section), "##{section[:id]}") %> <% end %> <% end %> <%= render partial: "decidim/design/shared/sections", locals: { sections: buttons_sections } %>
Version data entries
8 entries across 8 versions & 1 rubygems