Sha256: e27009f0ca7002082b25e0bcf3a9bad317cf183585762611018a23db437ddb94

Contents?: true

Size: 730 Bytes

Versions: 2

Compression:

Stored size: 730 Bytes

Contents

<nav class="__option_bar">
  <ul>
    <li><%= link_to t('icons.html'), component_path(component),
                    title: t('links.titles.html'), class: 'icon', data: { toggle: "##{component.id} [data-subject=html-representation]" } %></li>

    <% if helper %>
      <li><%= link_to t('icons.helper'), component_path(component),
                      title: t('links.titles.helper'), class: 'icon', data: { toggle: "##{component.id} [data-subject=ruby-representation]" } %></li>
    <% end %>

    <li><%= link_to t('icons.expand_all'), component_path(component),
                    title: t('links.titles.expand_all'), class: 'icon', data: { toggle: "##{component.id} [data-subject*=representation]" } %></li>
  </ul>
</nav>

Version data entries

2 entries across 2 versions & 1 rubygems

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