Sha256: 2ca04ced1aa8f72e4652735597dec4d96ad7351ba14c15151f31843b0e9c8313

Contents?: true

Size: 438 Bytes

Versions: 7

Compression:

Stored size: 438 Bytes

Contents

<div class="mapping-row row <%= local_assigns[:classes] %>">
  <div class="column board-list-id">
    <%= object[:board_list_name] %>
  </div>
  <div class="column arrow">
    <%= image_tag('right-arrow.png') %>
  </div>
  <div class="column pipeline-stage-id">
    <%= object[:pipeline_stage_label] %>
  </div>
  <div class="mapping-id"><%= object[:id] %></div>
  <button type="button" class="column remove-button">Remove</button>
</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/mappings/_mapping.html.erb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/views/mappings/_mapping.html.erb