<%= content_for :title, t('.title') %>

<%= t('.executed_code') %>

<% @file_listings.each_with_index do |file_listing, index| %>

              <% file_listing.html_rows.each do |html_row| %><%= raw(html_row) %><% end %>
            
<% end %>