Sha256: 6eb09af54f9edea738b348c0df6c3ab91b217390487a1a7ffe049f54510cd5b0

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

<%- fieldname = "concept[inline_#{assoc_klass.name.to_relation_name}]" -%>

<%= f.input fieldname, :label => assoc_klass.model_name.human(:count => 2), :label_html => { :for => fieldname } do %>
  <%= text_area_tag fieldname, owner_klass.send("inline_#{assoc_klass.name.to_relation_name}"), :class => "span4", :rows => 4 %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.3.3 app/views/partials/match/_edit_base.html.erb
iqvoc-4.3.2 app/views/partials/match/_edit_base.html.erb
iqvoc-4.3.1 app/views/partials/match/_edit_base.html.erb
iqvoc-4.3.0 app/views/partials/match/_edit_base.html.erb