Skip to content
Snippets Groups Projects
Commit cf23d40f authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/13260' into 'develop'

REDMINE_ISSUE-13260

See merge request !303
parents 7b8e2365 68ad415e
No related branches found
No related tags found
2 merge requests!424version 3.1.0,!303REDMINE_ISSUE-13260
...@@ -444,7 +444,10 @@ ...@@ -444,7 +444,10 @@
</button> </button>
</div> </div>
</div> </div>
<div class="seven wide column"> <div
id="map-column"
class="seven wide column"
>
<div <div
:class="{ active: mapLoading }" :class="{ active: mapLoading }"
class="ui inverted dimmer" class="ui inverted dimmer"
...@@ -457,6 +460,16 @@ ...@@ -457,6 +460,16 @@
id="map" id="map"
ref="map" ref="map"
/> />
<div
class="ui button teal"
@click="$router.push({
name: 'liste-signalements',
params: { slug: slug },
})"
>
<i class="ui icon arrow right" />
Voir tous les signalements
</div>
</div> </div>
</div> </div>
...@@ -1246,10 +1259,15 @@ export default { ...@@ -1246,10 +1259,15 @@ export default {
<style> <style>
#map-column {
display: flex;
flex-direction: column;
}
#map { #map {
width: 100%; width: 100%;
height: 100%; height: 100%;
min-height: 250px; min-height: 250px;
margin-bottom: 1em;
} }
/* // ! missing style in semantic.min.css, je ne comprends pas comment... */ /* // ! missing style in semantic.min.css, je ne comprends pas comment... */
.ui.right.floated.button { .ui.right.floated.button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment