Sha256: dd95ce58e46c92b941502cf4185b52d73e80d281186e4a66bac2b479aaf9d4fa

Contents?: true

Size: 836 Bytes

Versions: 26

Compression:

Stored size: 836 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?  %>" />
    <etag><%= renderer.section_etag %></etag>
    <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

26 entries across 26 versions & 1 rubygems

Version Path
umlaut-4.1.7 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.6 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.5 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.4 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.3 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.2 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.1 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.0 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.0.pre3 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.0.pre.2 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.1.0.pre.alpha.1 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.3 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.2 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.1 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.0 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.0.beta5 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.0.beta4 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.0.beta3 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.0.beta2 app/views/resolve/partial_html_sections.xml.erb
umlaut-4.0.0.beta1 app/views/resolve/partial_html_sections.xml.erb