<%# The locators in the given text are expected to be of the form JSON_KEEP_LOCATOR_REGEXP %> <% data_height = data_height || 100 %>
<% text_data.each_line do |l| %> <% text_part = l %> <% match = keep_locator_in_json l %> <% if match %> <% text_part = match[1] %> <% rindex = match[2].rindex('"'); match2 = match[2][0..rindex-1] %> <% pdh_readable = object_readable(match2) %> <% quote_char = '"' %> <% end %> <%= text_part %><% if match %><% if pdh_readable then %><%= link_to_arvados_object_if_readable(match[3], match[3], friendly_name: true) %><%= link_to_arvados_object_if_readable(match2, match2, link_text: match[4]) %><% else %><%= match2%><% end %><%=quote_char+match[5]%>
<% end %>
<% end %>