File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ <h2 class="card-header">{% trans "Device" %}</h2>
6363 < td class ="position-relative ">
6464 {% if object.latitude and object.longitude %}
6565 {% if config.MAPS_URL %}
66- < div class ="position-absolute top-50 end-0 translate-middle-y d-print-none ">
67- < a href ="{{ config.MAPS_URL }}{{ object.latitude|unlocalize }},{{ object.longitude|unlocalize }} " target ="_blank " class ="btn btn-primary ">
68- < i class ="mdi mdi-map-marker "> </ i > {% trans "Map It " %}
66+ < div class ="position-absolute top-50 end-0 me-2 translate-middle-y d-print-none ">
67+ < a href ="{{ config.MAPS_URL }}{{ object.latitude|unlocalize }},{{ object.longitude|unlocalize }} " target ="_blank " class ="btn btn-primary btn-sm ">
68+ < i class ="mdi mdi-map-marker "> </ i > {% trans "Map" %}
6969 </ a >
7070 </ div >
7171 {% endif %}
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ <h2 class="card-header">{% trans "Site" %}</h2>
9595 < td class ="position-relative ">
9696 {% if object.latitude and object.longitude %}
9797 {% if config.MAPS_URL %}
98- < div class ="position-absolute top-50 end-0 translate-middle-y d-print-none ">
99- < a href ="{{ config.MAPS_URL }}{{ object.latitude|unlocalize }},{{ object.longitude|unlocalize }} " target ="_blank " class ="btn btn-primary ">
100- < i class ="mdi mdi-map-marker "> </ i > {% trans "Map It " %}
98+ < div class ="position-absolute top-50 end-0 me-2 translate-middle-y d-print-none ">
99+ < a href ="{{ config.MAPS_URL }}{{ object.latitude|unlocalize }},{{ object.longitude|unlocalize }} " target ="_blank " class ="btn btn-primary btn-sm ">
100+ < i class ="mdi mdi-map-marker "> </ i > {% trans "Map" %}
101101 </ a >
102102 </ div >
103103 {% endif %}
You can’t perform that action at this time.
0 commit comments