Sha256: 296d80c94bfd833a57540179c004a708e2f9a87911d70db58a1754a05e52d2d3

Contents?: true

Size: 721 Bytes

Versions: 1

Compression:

Stored size: 721 Bytes

Contents

<%
  block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12 posts__edit-publication-datetime')
  row = cell(:elements, :row).new
  form = cell(:inputs, :form).new(url: lato_blog.posts_update_publication_datetime_path, method: :post, remote: true)
%>

<%=raw block.open %>

  <%=raw cell(:elements, :title).new(label: LANGUAGES[:lato_blog][:mixed][:change_publication_datetime], size: 6) %>

  <%=raw form.open %>

    <input type="hidden" name="id" value="<%= @post.id %>">

    <%=raw row.open %>

      <%=raw cell(:inputs, :datetime).new(name: 'publication_datetime', value: @post.post_parent.publication_datetime,
      class: 'md-12') %>

    <%=raw row.close %>

  <%=raw form.close %>

<%=raw block.close %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lato_blog-2.1 app/views/lato_blog/back/posts/shared/edit/_edit_pubblication_datetime.html.erb