Sha256: 246c605acafa541b4e0c6b6895669b0d925e58b8328e4693f2e6f3642c615878

Contents?: true

Size: 886 Bytes

Versions: 27

Compression:

Stored size: 886 Bytes

Contents

<div>
  <h1>Loading complete information</h1>
  <p>Please wait, the following information is still loading. You will be automatically returned to the <%= app_name %> screen when finished.</p>
  <div>
    <table class="table table-bordered table-striped">
      <tr>
        <th>Source</th>
        <th>Content type</th>
      </tr>
      <% @user_request.services_in_progress.each do |service|  %>
        <tr>
          <td><strong><%= service.display_name %></strong></td>
          <td><%= service.service_types_generated.collect {|st| html_escape(st.display_name_pluralize) }.join('<br/>').html_safe %></td>
        </tr>
      <% end %>
    </table>
  </div>
  <%= 
    link_to( "View Current Results", url_for_with_co(
      {:action => 'index',:'umlaut.skip_resolve_menu' => 'false', 
        'umlaut.request_id' => @user_request.id}, @user_request.to_context_object)) %>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

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