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