Sha256: d5352f95e96fc915d032d3da01ee7485533293d1181f87e5b8f16e71e5e52cc9
Contents?: true
Size: 361 Bytes
Versions: 3
Compression:
Stored size: 361 Bytes
Contents
<%= form_for Admin::Post.new, as: 'post', html: { class: %w(post new title), as: 'Posts.New' } do |f| %> <fieldset class="transparent"> <%= f.text_field :title, placeholder: t('admin.posts.new.title') %> </fieldset> <%= content_tag :p, t('admin.posts.new.editable'), class: %w(transparent) %> <%= f.button :submit, class: %w(hidden) %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ecrire-0.22.1 | lib/ecrire/app/views/admin/posts/title.html.erb |
ecrire-0.21.0 | lib/ecrire/app/views/admin/posts/title.html.erb |
ecrire-0.20.0 | lib/ecrire/app/views/admin/posts/title.html.erb |