Sha256: 62f01363cba4fd014a3b7b0eda56e6567df5760d6457377d1fee0952023b6706

Contents?: true

Size: 830 Bytes

Versions: 27

Compression:

Stored size: 830 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.editing', :model => t('activerecord.models.subject_has_classification')) -%></h1>
<div id="content_list">

<%= form_for(@subject_has_classification) do |f| -%>
  <%= f.error_messages -%>
  <div class="field">
    <%= f.label t('activerecord.models.subject') -%><br />
    <%= f.text_field :subject_id -%>
  </div>

  <div class="field">
    <%= f.label t('activerecord.models.classification') -%><br />
    <%= f.text_field :classification_id -%>
  </div>

  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.show'), @subject_has_classification -%></li>
    <li><%= link_to t('page.back'), subject_has_classifications_path -%></li>
  </ul>
</div>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
enju_trunk_subject-1.0.4 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre12 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre11 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre10 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre9 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre8 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre7 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre6 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre5 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre4 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre3 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre2 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.1.0.pre app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.18 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.17 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.16 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.15 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.14 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.13 app/views/subject_has_classifications/edit.html.erb
enju_subject-0.0.12 app/views/subject_has_classifications/edit.html.erb