Sha256: 941bbb08e3be96efe21369dd703c07ae6e09aa9c7a46958957c5d4272deae374

Contents?: true

Size: 581 Bytes

Versions: 7

Compression:

Stored size: 581 Bytes

Contents

<% content_for :heading do %>
  Iconography
<% end %>

<% content_for :description do %>
  <p>We use icons to reinforce the meaning of actions, titles, etc.</p>
  <p>We use the Remixicon open source library: <a href="https://remixicon.com" target="_blank" rel="noopener noreferrer">https://remixicon.com</a></p>
<% end %>

<% content_for :toc do %>
  <% iconography_sections.each do |section| %>
    <%= link_to(section_text(section), "##{section[:id]}") %>
  <% end %>
<% end %>

<%= render partial: "decidim/design/shared/sections", locals: { sections: iconography_sections } %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-design-0.28.4 app/views/decidim/design/foundations/iconography.html.erb
decidim-design-0.28.3 app/views/decidim/design/foundations/iconography.html.erb
decidim-design-0.28.2 app/views/decidim/design/foundations/iconography.html.erb
decidim-design-0.28.1 app/views/decidim/design/foundations/iconography.html.erb
decidim-design-0.28.0 app/views/decidim/design/foundations/iconography.html.erb
decidim-design-0.28.0.rc5 app/views/decidim/design/foundations/iconography.html.erb
decidim-design-0.28.0.rc4 app/views/decidim/design/foundations/iconography.html.erb