Sha256: 6af981060ac6c6dda63e7819b4a09ec83c4b237b10690c0daa806e7d156b2367

Contents?: true

Size: 790 Bytes

Versions: 33

Compression:

Stored size: 790 Bytes

Contents

<partial_html_sections>

<%= render(:partial => "api_in_progress", :layout => false) %>

  
<% partial_html_sections.each do |section|
    
    renderer = SectionRenderer.new(@user_request, section) 
    

%>
  <html_section id="<%= section[:div_id] %>">
    <included_services>
       <% renderer.service_type_values.each do |svc_type| %>
         <service name="<%= svc_type.name %>" />
       <% end %>
    </included_services>
    <service_load_complete value="<%= ! renderer.services_in_progress?  %>" />
    <response_count value="<%= renderer.responses_list.length %>" />
    <html_content>
      <%=  with_format("html") do 
        escape_xml(  render_section(renderer) ).html_safe 
      end %> 
    </html_content>    
  </html_section>
<% end %>
    
</partial_html_sections>


Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
umlaut-3.0.0alpha13 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha12 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha11 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha10 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha9 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha8 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha7 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha6 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha5 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha4 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha3 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha2 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha1 app/views/resolve/partial_html_sections.xml.erb