Sha256: 2e653a7c927560d91205b7766ec5da1083b749ee962fbf8a1d361fa88b564a83

Contents?: true

Size: 612 Bytes

Versions: 58

Compression:

Stored size: 612 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 far fa-calendar-alt fa-fw fa-lg"></i>
  </label>
<% end %>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
alchemy_cms-6.1.10 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.14 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.13 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.12 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.11 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.10 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.9 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.8 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.7 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.6 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.5 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.4 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.3 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-6.1.9 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.2 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-6.1.8 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-6.1.7 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.1 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.0 app/views/alchemy/ingredients/_datetime_editor.html.erb
alchemy_cms-7.0.0.pre.rc1 app/views/alchemy/ingredients/_datetime_editor.html.erb