diff options
| author | Bruno Perles | 2016-01-06 11:55:56 +0100 | 
|---|---|---|
| committer | Bruno Perles | 2016-01-06 11:55:56 +0100 | 
| commit | 43190f65db535fcca5dd183f542547cb838a7165 (patch) | |
| tree | f8be7db0ad7e5bdc8503d9670574f089c0b5fdf6 | |
| parent | f039c326618b8d440f5f113d6ef3ba96e742fbd7 (diff) | |
| download | chouette-core-43190f65db535fcca5dd183f542547cb838a7165.tar.bz2 | |
Remove text no_group_of_line  : #41564
| -rw-r--r-- | app/views/lines/_line.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/_line.erb b/app/views/lines/_line.erb index b23992a1c..20bdb9563 100644 --- a/app/views/lines/_line.erb +++ b/app/views/lines/_line.erb @@ -39,7 +39,7 @@      </p>         <p>      <% if line.group_of_lines.count == 0 %>  -        <%= t('lines.form.no_group_of_line') %> +        <br><%# t('lines.form.no_group_of_line') %>      <% elsif line.group_of_lines.count == 1 %>          <%= line.human_attribute_name('group_of_line') %>            <%= link_to_if( line.group_of_lines.first, line.group_of_lines.first.name, referential_group_of_line_path(@referential, line.group_of_lines.first), :title => "#{line.human_attribute_name('group_of_line')} #{line.group_of_lines.first.name}") %>   | 
