diff options
| author | Marc Florisson | 2015-06-11 09:56:41 +0200 |
|---|---|---|
| committer | Marc Florisson | 2015-06-11 09:56:41 +0200 |
| commit | bdeb46e70f2a72e301a82146367d32bd8100248c (patch) | |
| tree | 5653503ab0b4f5a66d432450e234684c41095701 | |
| parent | b07ba1e6f22476d8c5d63e1babbf5d766100ea25 (diff) | |
| download | chouette-core-bdeb46e70f2a72e301a82146367d32bd8100248c.tar.bz2 | |
fix browser tab title
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7b9876d4e..81f3d1e83 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> - <title>Chouette V2 - <%= title %></title> + <title>Chouette - <%= title %></title> <%= favicon_link_tag "logo_chouette_small.ico" %> <%= favicon_link_tag 'logo_chouette_small.png', rel: 'apple-touch-icon', type: 'image/png' %> <%= stylesheet_link_tag :application %> |
