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