Sha256: 0e2b09c30c043285251aff2dcba8d36010fb428cdecf64f291bbee7dfd428299

Contents?: true

Size: 990 Bytes

Versions: 7

Compression:

Stored size: 990 Bytes

Contents

<div class="container">
  <% if @error.present? %>
    <h3><%= @error.message %></h3>
  <% else %>
    <div class="row">
      <div class="column">
          <h3>CRM extension card initialization <%= "card_id = #{@card_id}" if @card_id.present? %>:</h3>
          <ol>
            <% if @card_id.nil? %>
              <li>New CRM extension card will be created (with "<%= @card_title %>" title)</li>
            <% end %>
            <li>"Data fetch URL" will be updated to <a href="<%= @data_fetch_url %>"><%= @data_fetch_url %></a></li>
            <li>"Deals" in "Target record types" section will be activated with "hs_object_id", "dealname" properties sent form HubSpot</li>
            <li>"Custom actions"->"Base URL" section will be updated with <a href="<%= @base_url %>"><%= @base_url %></a></li>
          </ol>
      </div>
    </div>

    <%= form_with(url: '/create_card', method: :post, local: true) do %>
      <%= submit_tag("Continue") %>
    <% end %>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/app/views/home/index.html.erb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/views/home/index.html.erb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/views/home/index.html.erb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/views/home/index.html.erb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/views/home/index.html.erb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/views/home/index.html.erb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/views/home/index.html.erb