Sha256: bd719926e4984af90ccc803907d7428750145af82f97a31ed5f72db9b2f86991

Contents?: true

Size: 443 Bytes

Versions: 13

Compression:

Stored size: 443 Bytes

Contents

<%= form_tag :action => :relate, :id => @item.id do %>
  <%= hidden_field :related, :model, :value => model_to_relate %>
  <%= hidden_field :related, :association_name, :value => association_name %>
  <p><%= select :related, :id, items_to_relate.map { |f| [f.to_label, f.id] }, { :include_blank => true } %> &nbsp; <%= submit_tag Typus::I18n.t("Assign"), :class => "button", :disable_with => Typus::I18n.t("Sending data ...") %></p>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
typus-3.0.12 app/views/admin/templates/_relate_form.html.erb
typus-3.0.11 app/views/admin/templates/_relate_form.html.erb
typus-3.0.11.rc5 app/views/admin/templates/_relate_form.html.erb
typus-3.0.11.rc4 app/views/admin/templates/_relate_form.html.erb
typus-3.0.11.rc3 app/views/admin/templates/_relate_form.html.erb
typus-3.1.0.rc6 app/views/admin/templates/_relate_form.html.erb
typus-3.1.0.rc5 app/views/admin/templates/_relate_form.html.erb
typus-3.1.0.rc4 app/views/admin/templates/_relate_form.html.erb
typus-3.1.0.rc3 app/views/admin/templates/_relate_form.html.erb
typus-3.1.0.rc2 app/views/admin/templates/_relate_form.html.erb
typus-3.0.11.rc2 app/views/admin/templates/_relate_form.html.erb
typus-3.0.11.rc1 app/views/admin/templates/_relate_form.html.erb
typus-3.1.0.rc1 app/views/admin/templates/_relate_form.html.erb