Sha256: 93a451a6d96f678c0f96795dd9ce0bac7b391ba26df691a0a6b32bce33652595

Contents?: true

Size: 1.02 KB

Versions: 22

Compression:

Stored size: 1.02 KB

Contents

<div class="container">
  <% if flash[:error] %>
    <div class="error"><%= flash[:error] %></div>
  <% end %>
  <div class="row">
    <div class="column">
        <%= form_for :property, url: "/properties", method: 'post' do |form| %>
          <%= label(:property, :name) %>
          <%= text_field(:property, :name) %>

          <%= label(:property, :label) %>
          <%= text_field(:property, :label, value: @property.label) %>

          <%= label(:property, :description) %>
          <%= text_field(:property, :description, value: @property.description) %>

          <%= label(:property, :group_name) %>
          <%= text_field(:property, :group_name, value: @property.group_name) %>

          <%= label(:property, :type) %>
          <%= text_field(:property, :type, value: @property.type, readonly: true) %>

          <%= text_field(:property, :field_type, value: @property.field_type, readonly: true, hidden: true) %>

          <%= submit_tag("Save", class: 'button-primary') %>
        <% end %>
    </div>
  </div>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-8.0.1 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-8.0.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-7.3.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-7.2.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-7.1.1 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-7.1.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-7.0.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-6.0.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-5.0.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-4.0.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-3.3.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-3.2.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-3.1.1 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-3.1.0.pre.beta sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-3.0.0.pre.beta sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-2.3.2 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-2.3.1 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-2.2.0 sample-apps/contacts-app/app/views/properties/new.html.erb
hubspot-api-client-2.1.0 sample-apps/contacts-app/app/views/properties/new.html.erb