mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
.row
|
|
.two.columns.alpha
|
|
Hub
|
|
.four.columns
|
|
%select.select2.fullwidth#hub_id{ 'ng-model' => 'hub_id', name: 'hub_id', 'ng-options' => 'hub.id as hub.name for hub in hubs' }
|
|
.ten.columns.omega
|
|
%input{ type: 'button', value: 'Go', 'ng-click' => 'selectHub()' }
|