Sha256: b30c460fe551b92f1aca0bd7a520a37c392857a2712a3811d10a3a574c057795

Contents?: true

Size: 621 Bytes

Versions: 19

Compression:

Stored size: 621 Bytes

Contents

<% field_name_prefix = "picture[descriptions_attributes][#{picture_description_counter}]" %>

<% if picture_description.persisted? %>
  <%= hidden_field field_name_prefix, :id, value: picture_description.id %>
<% else %>
  <%= hidden_field field_name_prefix, :language_id, value: picture_description.language_id %>
  <%= hidden_field field_name_prefix, :picture_id, value: picture_description.picture_id %>
<% end %>

<%= label field_name_prefix, :text, Alchemy::PictureDescription.human_attribute_name(:text), class: "control-label" %>
<%= text_area field_name_prefix, :text, value: picture_description.text, rows: 3 %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-7.4.2 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.6 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.9 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.4.1 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.4.0 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.5 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.4 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/picture_descriptions/_form.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/picture_descriptions/_form.html.erb