mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
7 lines
No EOL
176 B
Text
7 lines
No EOL
176 B
Text
<% if field.data.present? %>
|
|
<div class="array-field">
|
|
<% field.data.each do |item| %>
|
|
<span class="array-item"><%= item %></span>
|
|
<% end %>
|
|
</div>
|
|
<% end %> |