mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-18 00:17:25 +00:00
8 lines
281 B
Plaintext
8 lines
281 B
Plaintext
.row
|
|
.two.columns.alpha
|
|
=t :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: t(:go), 'ng-click' => 'selectHub()' }
|