Sha256: 62d55c1810151f8d565b423e27f1b94199b6152116ca9c724c963ad045894c56

Contents?: true

Size: 315 Bytes

Versions: 15

Compression:

Stored size: 315 Bytes

Contents

<div class="toggleable" data-url="<%= url %>">
  <% entity.class.toggleable_attributes.each do |flag| %>
  <span class="<%= entity.attributes[flag.to_s] ? 'active' : 'inactive' %>" data-flag="<%= flag %>">
    <%= t("activerecord.attributes.#{entity.class.to_s.underscore}.#{flag}") %>
  </span>
  <% end %>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
biovision-base-0.41.190905.0 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.39.190804.1 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.37.190607.0 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.36.190526.0 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.34.190331.1 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.22.180920.0 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.21.180812.0 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.20.180731.0 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.19.180703.1 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.17.180619 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.15.180502 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.15.180415 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.14.180326 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.11.180127 app/views/shared/admin/_toggleable.html.erb
biovision-base-0.9.171227 app/views/shared/admin/_toggleable.html.erb