Sha256: 931a350af7019e230bd48c58d24f58f7c215a728bb9bc1376814cdaeee7fc046

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 Bytes

Contents

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

<div class="form-group">
  <label class="col-sm-2 col-form-label" for="<%= fieldname %>"><%= assoc_klass.model_name.human(:count => 2) %></label>
  <div class="col-sm-10">
  <%= text_area_tag fieldname, owner_klass.send("inline_#{assoc_klass.name.to_relation_name}"),
        :class => "form-control",
        :rows => 4 %>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/match/_edit_base.html.erb
iqvoc-4.14.4 app/views/partials/match/_edit_base.html.erb
iqvoc-4.13.2 app/views/partials/match/_edit_base.html.erb
iqvoc-4.13.0 app/views/partials/match/_edit_base.html.erb