Sha256: cc9ca67e91b74625d9f4793c1a901b01359bc291fc783384d5edc75e81858fb1

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

<%= f.label :name %>
<%= f.text_field :name %>
<%= f.hidden_field :kind %>
<% if f.object.template? %>
    <%= f.label :plural %>
    <%= f.check_box :plural %>
<% elsif f.object.partial? %>
    <%= f.hidden_field :plural, value: true %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulitzer-0.4.3 app/views/pulitzer/post_types/_form_fields.html.erb