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.1.0.pre1 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.5 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.4 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.3 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.2 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.1 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0rc1 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta10 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta9 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta8 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta7 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta6 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta5 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta4 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta3 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta2 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0beta1 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha15 app/views/resolve/partial_html_sections.xml.erb
umlaut-3.0.0alpha14 app/views/resolve/partial_html_sections.xml.erb