Sha256: 1692136affb75300824fe062209b80d764fdc7366bf35a974f17feec9f32b4ee
Contents?: true
Size: 619 Bytes
Versions: 6
Compression:
Stored size: 619 Bytes
Contents
<%= form_for(@content) do |f| %> <p> <%= f.text_field :title, :placeholder => "Content Title" %> </p> <p> <%= f.label :body %> <%= f.text_area :body %> </p> <p> <%= f.label :type %> <%= f.select :tipe, content_tipe_options %> </p> <p> <%= f.label "DOM id" %> <%= f.text_field :dom_id %> </p> <p> <%= f.label :position %> <%= f.text_field :position %> </p> <p> <%= f.label :visible %> <%= f.check_box :visible%> </p> <p> <%= f.label :link %> <%= f.text_field :link %> </p> <%= link_to 'Back', contents_path %> <%= f.submit %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems