Sha256: e6ccb65b46f1237a548210a1ce3b3be491792d1345ab92823bb8af142cb56df5

Contents?: true

Size: 567 Bytes

Versions: 22

Compression:

Stored size: 567 Bytes

Contents

<%# список Площадей указанного Этажа, который выводится в modal bootstrap окне после нажатия кнопки "назначить площадь" %>

<select id="unlinked_areas" class="selectpicker" data-style="btn-default" data-width="400px">
<% areas.each do |area| %>
    <option value="<%= area.id%>"><%= "#{area.name} (назначен полигон: #{area.apolygon_title})" %></option>
<% end %>
</select>
<button type="button" id='submit_area_link' class="btn btn-success">Сохранить</button>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
c80_map_floors-0.2.0.3 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.2.0.2 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.2.0.1 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.2.0.0 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.25 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.24 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.23 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.22 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.21 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.20 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.19 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.18 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.17 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.16 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.15 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.14 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.13 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.12 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.11 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb
c80_map_floors-0.1.0.10 app/views/c80_map_floors/ajax/shared/_select_list_unlinked_areas.html.erb