diff options
| author | jpl | 2017-03-17 17:28:36 +0100 | 
|---|---|---|
| committer | jpl | 2017-03-17 17:28:36 +0100 | 
| commit | 82f8b8a0cf518946d94573831676237411e1ece9 (patch) | |
| tree | 7cd4182e3337a7dd185ef7e97e688cba6ca0fa82 /app/views/routes | |
| parent | 42c0d639d933a7234b5dfbf2987b9c3a4175fca3 (diff) | |
| download | chouette-core-82f8b8a0cf518946d94573831676237411e1ece9.tar.bz2 | |
Refs #2859: fix wording issues
Diffstat (limited to 'app/views/routes')
| -rw-r--r-- | app/views/routes/_form.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/routes/_form.html.slim b/app/views/routes/_form.html.slim index 6ad9d5e50..64c4f5730 100644 --- a/app/views/routes/_form.html.slim +++ b/app/views/routes/_form.html.slim @@ -17,7 +17,7 @@      .col-lg-12        #stop_points -  = f.button :submit, 'Enregistrer', class: 'btn btn-default formSubmitr', form: 'route_form' +  = f.button :submit, class: 'btn btn-default formSubmitr', form: 'route_form'  // Get JSON data for route stop points | 
