Sha256: 7a158ab3fb4d1b5c04f38b368beadbfc1d612b1ac89abb738eeb78760cc5759c

Contents?: true

Size: 431 Bytes

Versions: 11

Compression:

Stored size: 431 Bytes

Contents

<div class='container'>
  <% if @error.present? %>
    <h3><%= @error.message %></h3>
  <% else %>
    <h3>In order to continue run rake task in console</h3>

    <div id="rake-task">
      <%= "docker-compose run web rake contacts:search access_token=#{session[:tokens][:access_token]}" %>
    </div>

    <button class="clipboard-btn" type="button" data-clipboard-target="#rake-task">Copy to clipboard</button>
  <% end %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-8.0.1 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-8.0.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-7.3.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-7.2.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-7.1.1 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-7.1.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-7.0.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-6.0.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-5.0.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb
hubspot-api-client-4.0.0 sample-apps/search-result-paging-app/app/views/home/index.html.erb