Sha256: db1a2e7d5a2a03cbe11b83d278f8378746475e66c176ed192b4c5f2f83f91dbd

Contents?: true

Size: 172 Bytes

Versions: 15

Compression:

Stored size: 172 Bytes

Contents

<% if value.is_a?(Array) %>
  <ul>
  <% value.sort.each_with_index do |each_value, index| %>
    <li><%= each_value %></li>
  <% end %>
<% else %>
  <%= value %>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/components/table/_field.html.erb
active_element-0.0.30 app/views/active_element/components/table/_field.html.erb
active_element-0.0.29 app/views/active_element/components/table/_field.html.erb
active_element-0.0.28 app/views/active_element/components/table/_field.html.erb
active_element-0.0.27 app/views/active_element/components/table/_field.html.erb
active_element-0.0.26 app/views/active_element/components/table/_field.html.erb
active_element-0.0.24 app/views/active_element/components/table/_field.html.erb
active_element-0.0.23 app/views/active_element/components/table/_field.html.erb
active_element-0.0.22 app/views/active_element/components/table/_field.html.erb
active_element-0.0.21 app/views/active_element/components/table/_field.html.erb
active_element-0.0.19 app/views/active_element/components/table/_field.html.erb
active_element-0.0.18 app/views/active_element/components/table/_field.html.erb
active_element-0.0.17 app/views/active_element/components/table/_field.html.erb
active_element-0.0.16 app/views/active_element/components/table/_field.html.erb
active_element-0.0.15 app/views/active_element/components/table/_field.html.erb