Sha256: a804cb80025784b91f695cd54aba3b95b2b4dbb6c4fc29594be9706757eda0f0
Contents?: true
Size: 726 Bytes
Versions: 1
Compression:
Stored size: 726 Bytes
Contents
<%= form_for(@classification) do |f| -%> <%= f.error_messages -%> <div class="field"> <%= f.label :classifiation_identifier -%><br /> <%= f.text_field :classifiation_identifier, :autofocus => true -%> </div> <div class="field"> <%= f.label :category -%><br /> <%= f.text_field :category -%> </div> <div class="field"> <%= f.label :note -%><br /> <%= f.text_area :note, :class => 'resource_textarea' -%> </div> <div class="field"> <%= f.label t('activerecord.models.classification_type') -%><br /> <%= f.select(:classification_type_id, @classification_types.collect{|c| [c.display_name, c.id]}) -%> </div> <div class="actions"> <%= f.submit -%> </div> <%- end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_trunk_subject-1.0.4 | app/views/classifications/_form.html.erb |