Sha256: 88945becae4a259980f319baaa03d0894b3a3ae696f2cac9c99b76e77e12b8e6

Contents?: true

Size: 603 Bytes

Versions: 15

Compression:

Stored size: 603 Bytes

Contents

<%= content_tag :div,
  class: datetime_editor.css_classes,
  data: datetime_editor.data_attributes do %>
  <%= element_form.fields_for(:ingredients, datetime_editor.ingredient) do |f| %>
    <%= ingredient_label(datetime_editor) %>
    <%= alchemy_datepicker(
      datetime_editor, :value, {
        name: datetime_editor.form_field_name,
        id: datetime_editor.form_field_id,
        value: datetime_editor.value
      }
    ) %>
  <% end %>
  <label for="<%= datetime_editor.form_field_id %>" class="ingredient-date--label">
    <i class="icon ri-calendar-line ri-fw"></i>
  </label>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
alchemy_cms-7.1.11 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.10 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.9 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.8 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.7 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.6 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.5 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.4 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.3 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.2 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.1 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.0 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.0.pre.rc1 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.0.pre.b2 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.1.0.pre.b1 app/views/alchemy/ingredients/_datetime_editor.html.erb