2p2r / velobs_web

Application web permettant aux cyclistes de signaler les problèmes sur les aménagements cyclables.
GNU General Public License v3.0
22 stars 14 forks source link

add a contact button to make it easier to contact the person who registered the observation #153

Closed gerald2545 closed 6 years ago

gerald2545 commented 6 years ago

add a button in the administration window, with a mailto link

gerald2545 commented 6 years ago

to test : function handleClick(){ window.location = 'mailto:mayname@gmail.com?body=\'Test content\''; }