From 87b3b6fa368c76942ea08cd4e71d0bc3c5b5efdf Mon Sep 17 00:00:00 2001 From: Konrad Date: Thu, 18 Nov 2021 00:23:05 +0100 Subject: [PATCH] Add files via upload --- app/views/registration/steps/_location_map.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/registration/steps/_location_map.html.haml b/app/views/registration/steps/_location_map.html.haml index 6fd1b4addd..1d6baeb9ac 100644 --- a/app/views/registration/steps/_location_map.html.haml +++ b/app/views/registration/steps/_location_map.html.haml @@ -1,13 +1,14 @@ %div + .center + %input.button.primary{ type: "button", value: "{{'registration.steps.details.locate_address' | t}}", ng: { click: "locateAddress()" } } .center{ ng: {if: "latLong"}} %strong {{'registration.steps.details.drag_pin' | t}} + .small-12.medium-9.large-12.columns.end .map-container--registration{id: "registration-map", ng: {if: "!!map"}} %ui-gmap-google-map{ center: "map.center", zoom: "map.zoom"} %ui-gmap-marker{idKey: 1, coords: "latLong", options: '{ draggable: true}'} - .center - %input.button.primary{ type: "button", value: "{{'registration.steps.details.locate_address' | t}}", ng: { click: "locateAddress()" } } .center{ ng: {if: "latLong"}} .field %input{ type: 'checkbox', id: 'confirm_address', name: 'confirm_address', ng: { click: 'toggleAddressConfirmed()' } }