diff options
| author | jpl | 2016-06-10 17:40:54 +0200 |
|---|---|---|
| committer | jpl | 2016-06-10 17:40:54 +0200 |
| commit | 87a732b92ea9bc67fff9414d1c31356c73ee529d (patch) | |
| tree | 34fc3e1b73af58823cf09fdc9f259c3f745f984d | |
| parent | 5666202b2a63a04348db8783215d9036b1029f91 (diff) | |
| download | chouette-core-87a732b92ea9bc67fff9414d1c31356c73ee529d.tar.bz2 | |
update title on devise layout + adding sass gardened file (previously forgotten)
| -rw-r--r-- | app/assets/stylesheets/main/time_tables.sass | 2 | ||||
| -rw-r--r-- | app/views/layouts/devise.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/main/time_tables.sass b/app/assets/stylesheets/main/time_tables.sass index b24a02c27..c214c3e5b 100644 --- a/app/assets/stylesheets/main/time_tables.sass +++ b/app/assets/stylesheets/main/time_tables.sass @@ -56,7 +56,7 @@ .even padding-left: 50px - padding-right: 450px + padding-right:450px .actions float: right diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb index e2def9fa3..809e235f4 100644 --- a/app/views/layouts/devise.html.erb +++ b/app/views/layouts/devise.html.erb @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> - <title>Chouette V2 - <%= title %></title> + <title>STIF BOIV - <%= 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 %> |
