Sha256: e6c52c97857880ed39cb33fcfa7904ecee1912fb016d169de34e425fceb7db61

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

<div class="form-group">
  <label class="label-control"><%= label %></label>
  <div style="margin-left: 2px">
    <% values.each do |value| %>
      <label class="radio-inline"> <input ng-model="background.<%= attribute %>" type="radio" value="<%= value %>" /><%= value.humanize %> </label>
    <% end %>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
promethee-1.6.20 app/views/promethee/edit/_radiobuttons.html.erb
promethee-1.6.19 app/views/promethee/edit/_radiobuttons.html.erb
promethee-1.6.18 app/views/promethee/edit/_radiobuttons.html.erb
promethee-1.6.16 app/views/promethee/edit/_radiobuttons.html.erb