Sha256: 5b246541b1c26aabf838a065ecfdbe828d5749f16b516eb1c41e8e42574dd7b3

Contents?: true

Size: 741 Bytes

Versions: 5

Compression:

Stored size: 741 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 component.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

5 entries across 5 versions & 1 rubygems

Version Path
styleus-0.0.10 app/views/styleus/_option_bar.html.erb
styleus-0.0.9 app/views/styleus/_option_bar.html.erb
styleus-0.0.8 app/views/styleus/_option_bar.html.erb
styleus-0.0.7 app/views/styleus/_option_bar.html.erb
styleus-0.0.6 app/views/styleus/_option_bar.html.erb