diff options
| author | Michel Etienne | 2015-10-26 16:28:01 +0100 | 
|---|---|---|
| committer | Bruno Perles | 2015-11-04 13:57:52 +0100 | 
| commit | 6c4ededb66e68ef26c66fcaed9ade7fb9ee0005a (patch) | |
| tree | f4a68594d5cf398ee99316552e7ec92088cf5fbf /app | |
| parent | fc409603d7442897daf06d0eff0856f3cbd2b489 (diff) | |
| download | chouette-core-6c4ededb66e68ef26c66fcaed9ade7fb9ee0005a.tar.bz2 | |
HUB profile corrcetions
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/group_of_lines/_form.erb | 2 | ||||
| -rw-r--r-- | app/views/help/hubexport.textile | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/app/views/group_of_lines/_form.erb b/app/views/group_of_lines/_form.erb index cb460c67e..0f92897ca 100644 --- a/app/views/group_of_lines/_form.erb +++ b/app/views/group_of_lines/_form.erb @@ -3,7 +3,7 @@      <%= form.input :name, :input_html => {  :title => I18n.t("formtastic.titles#{format_restriction_for_locales(@referential)}.group_of_line.name") } %>      <%= form.input :registration_number, :input_html => {  :title => I18n.t("formtastic.titles#{format_restriction_for_locales(@referential)}.group_of_line.registration_number") } %>      <%= form.input :comment %> -    <%= form.input :objectid, :required => !@group_of_line.new_record?, :input_html => {  :title => t("formtastic.titles#{format_restriction_for_locales(@referential)}.group_of_line.objectid") } %> +    <%= form.input :objectid, :required => !@group_of_line.new_record?, :input_html => {  :title => I18n.t("formtastic.titles#{format_restriction_for_locales(@referential)}.group_of_line.objectid") } %>    <% end %>    <%= form.inputs do %> diff --git a/app/views/help/hubexport.textile b/app/views/help/hubexport.textile index 498233353..0b85fefaa 100644 --- a/app/views/help/hubexport.textile +++ b/app/views/help/hubexport.textile @@ -43,7 +43,7 @@ Les arrêts de type pôle d'échange ne sont pas pris en charge par le format HU  h4. Contraintes sur les champs :  * Troisième composante de l'identifiant technique : 6 caractères maximum -* Nom de l'arrêt : 75 arrêts maximum +* Nom de l'arrêt : 75 caractères maximum  * Point d'intérêt le plus proche : ce champs est facultatif. S'il est rempli, il ne doit pas contenir plus de 255 caractères pour les arrêts commerciaux et plus de 60 caractères pour les arrêts physiques.  * Géolocalisation : obligatoire et au format WGS84  * Commune : 80 caractères maximum | 
