diff options
| author | Luc Donnet | 2012-02-13 11:22:42 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-02-13 11:22:42 +0100 |
| commit | befb5afa0ffa88ebced3b9db8f69091f0dcaee3b (patch) | |
| tree | daae4d74f7ebfd34e999e4fa995fe72098bc59fa /app/views/lines | |
| parent | a4eeeeaa4b7b199e5b4e41c61c33e5a56fccc823 (diff) | |
| download | chouette-core-befb5afa0ffa88ebced3b9db8f69091f0dcaee3b.tar.bz2 | |
Add referential model and gem apartment
Diffstat (limited to 'app/views/lines')
| -rw-r--r-- | app/views/lines/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/show.html.erb b/app/views/lines/show.html.erb index b716705ad..50932fef6 100644 --- a/app/views/lines/show.html.erb +++ b/app/views/lines/show.html.erb @@ -1,4 +1,4 @@ -<%= title_tag "Ligne #{@line.name}" %> +<%= title_tag @line.name %> <div class="line_show"> |
